http://qs321.pair.com?node_id=122394


in reply to What is the easiest way to copy one file to another?

I'd use File::Copy but Larry's comments in the Shell module always make me smile so I'll suggest that.
use Shell qw(cp); cp("fileName1","fileName2");