![]() |
|
Just another Perl shrine | |
PerlMonks |
Re^3: Five Ways to Reverse a String of Words (C#, Perl 5, Perl6, Ruby, Haskell)by ambrus (Abbot) |
on Dec 12, 2006 at 22:03 UTC ( #589433=note: print w/replies, xml ) | Need Help?? |
You don't need [word for word in ...]. That's just the same as map { $_ } ... in perl, an identity op on lists (more or less).
In Section
Meditations
|
|