Note: split splits on whitespace by default, so these two are the same:
split /\s+/, @array;
split @array;

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to