mike@/deb40a:~/perl> perl -v
This is perl, v5.8.8 built for i486-linux-gnu-thread-multi

mike@/deb40a:~/perl> perl -we '
@list=qw/Perl is cool./;print( "list=\t", map { "$_," } @list, "\n");
'
list=   Perl,is,cool.,
,mike@/deb40a:~/perl>

Could someone tell me why there is a comma printed after the newline?
Thanks,
Mike
-- 
Satisfied user of Linux since 1997.
O< ascii ribbon campaign - stop html mail - www.asciiribbon.org

-- 
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