in reply to change files names bug
if ( -e $file ) { rename ($file, $new) or die "Can not change $file to $new, $!\n"; } else { print "$file isn't there to be renamed $new\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: change files names bug
by Yuma248 (Initiate) on Nov 01, 2013 at 02:02 UTC |