Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re: copying files through modules

by Thilosophy (Curate)
on May 18, 2005 at 06:45 UTC ( [id://458089]=note: print w/replies, xml ) Need Help??


in reply to copying files through modules

I do not really understand most of your question, can you explain what you mean by "accept a module"?

If all you are trying to do is copy a file from one disk location to another, you could use the File::Copy module which is included in the Perl base distribution:

use File::Copy; copy("file1","file2") or die "Copy failed: $!";

Log In?
Username:
Password:

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

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

    No recent polls found