in reply to Re: Five Ways to Reverse a String of Words (C#, Perl 5, Perl6, Ruby, Haskell)
in thread Five Ways to Reverse a String of Words (C#, Perl 5, Perl 6, Ruby, Haskell)
Either use join, or use
in your sub.local $" = ' ';
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Five Ways to Reverse a String of Words (C#, Perl 5, Perl6, Ruby, Haskell)
by shmem (Chancellor) on Dec 13, 2006 at 11:37 UTC | |
by bart (Canon) on Dec 13, 2006 at 11:48 UTC | |
by shmem (Chancellor) on Dec 13, 2006 at 11:56 UTC | |
by Anonymous Monk on Dec 13, 2006 at 16:01 UTC |