Jeff Pang wrote:

@y=map {$_."\n"} @x;

Why write it that ugly? Whitespace is cheap, "$_\n" looks more readable to me (and no need for a "slower" block, though that is optimized away in the new perls anyway).

--
Ruud

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to