Jan 22, 2009 #1 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?
Jan 22, 2009 1 #2 KevinADC Technical User Jan 21, 2005 5,070 US Use the File::Copy module. It comes with perl so you should have it installed. ------------------------------------------ - Kevin, perl coder unexceptional! Upvote 0 Downvote
Use the File::Copy module. It comes with perl so you should have it installed. ------------------------------------------ - Kevin, perl coder unexceptional!