--- yitzle <[EMAIL PROTECTED]> wrote: > Note: split splits on whitespace by default, so these two are the same: > split /\s+/, @array; > split @array;
Technically, the two /are/ the same, and my point is valid. The fact that I used an array instead of a string was a mistake. I blame it on the lack of sleep caused by university. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/