Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: easy file copy

by knobunc (Pilgrim)
on Apr 01, 2002 at 20:06 UTC ( [id://155843]=note: print w/replies, xml ) Need Help??


in reply to easy file copy

Easier (and safer) than the following?

use File::Copy; copy($input, $output) or die "Error copying '$input' to '$output': $!";

-ben

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (2)
As of 2024-04-25 22:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found