(1) split has no default second argument, so the $_ needs to be explicit.
Erm . . .
split /PATTERN/,EXPR,LIMIT split /PATTERN/,EXPR split /PATTERN/ split Splits a string into a list of strings and returns [ . . . ] + If EXPR is omitted, splits the $_ string.
--
We're looking for people in ATL
In reply to Re^2: rename files
by Fletch
in thread rename files
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |