My guess is one error relates to File::Copy, which has a "move" command (move is not a built-in Perl function). You probably need to add:
use File::Copy;
See also: Basic debugging checklist
In reply to Re: compile error in perl script
by toolic
in thread compile error in perl script
by kks_perlnewbie
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |