- or download this
Not enough arguments for rename at line 22, near "$eachFile)"
- or download this
use strict;
use warnings;
...
}
re_name('.');
re_name('/tmp/654653');
- or download this
$ mkdir -p /tmp/654653
$ cd /tmp/654653
...
mv: cannot stat `/654653/FOO/BAR/APPLE': No such file or directory
mv: cannot stat `/654653/FOO/BAR/BANANA': No such file or directory
mv: cannot stat `/654653/FOO/TZE/ORANGE': No such file or directory
- or download this
use strict;
use warnings;
...
}
__END__