Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: compile error in perl script

by toolic (Bishop)
on Sep 21, 2016 at 18:20 UTC ( [id://1172321]=note: print w/replies, xml ) Need Help??


in reply to compile error in perl script

You need to post your exact error messages and your exact command line so we can see what options you passed to your script.

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

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1172321]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (7)
As of 2024-04-19 08:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found