Hi, thanks for your time! I am trying to match against filenames, from files that are in the path I specify. I modified my script to
$match =~/MV(\d{4})/; $moved = $1; print "$moved \n";
but although I initialise my $match outside of the loops, I still get the same error as described initially :(
In reply to Re^2: Use of uninitialized value $_ in pattern match (m//)?
by fasoli
in thread Use of uninitialized value $_ in pattern match (m//)?
by fasoli
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |