|
|
| No such thing as a small change | |
| PerlMonks |
Re: Splitting \0by japhy (Canon) |
| on Jun 01, 2007 at 11:26 UTC ( #618702=note: print w/ replies, xml ) | Need Help?? |
|
I think you've got your '@' and '$' in the wrong places. join() returns a SCALAR, split() returns a LIST (or a scalar, but I think you want the list here).
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||