in reply to Re: rename files
in thread rename files
(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
|
|---|