![]() |
|
go ahead... be a heretic | |
PerlMonks |
Re: print an array for paragraphsby lestrrat (Deacon) |
on Aug 20, 2001 at 23:52 UTC ( #106342=note: print w/replies, xml ) | Need Help?? |
split removes the separator from the resulting tokens:
Update Above was not true, $\ is output record separator. $, was output field separator But then again, with your code I don't understand the reasoning to use split. you could just
This would do, no?
In Section
Seekers of Perl Wisdom
|
|