Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

file copy question 1

Status
Not open for further replies.

ejaggers

Programmer
Feb 26, 2005
148
US
I use rename($x,$y) to rename file $x, but how do you copy $x to $y in perl?
 
Use the File::Copy module. It comes with perl so you should have it installed.

------------------------------------------
- Kevin, perl coder unexceptional! [wiggle]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top