On Sat, 6 Jul 2002 07:37:39 -0500, [EMAIL PROTECTED] (T. B. Booher)
wrote:

>I know that 'rename' moves files from one place to another, but how do
>you copy files in perl?

>I looked around and didn't see any other functions for it.

#!/usr/bin/perl
use File::Copy;

copy("file1","file2");




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to