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

File::Copy versus cp/mv

by mce (Curate)
on Oct 01, 2003 at 15:44 UTC ( [id://295656]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    system("cp $foo $bar");
    system("mv $foo $bar");
    
  2. or download this
    use File::Copy;
    copy($foo,$bar);
    move($foo,$bar);
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (4)
As of 2024-04-26 00:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found