Re: Recursive directory copy

2001-08-01 Thread Michael Fowler
On Tue, Jul 31, 2001 at 05:59:59PM -0700, perl newbie wrote: > I have two diretories ( DATA and TEST). The data > directory has several subdirectories under it. I am > trying to find a Perl Module/function, that will allow > me to copy all of the contents of DATA into TEST. > > Is there a module

RE: Recursive directory copy

2001-07-31 Thread Wagner-David
Uncertain about File::COpy, but you might look at http://www.xxcopy.com/ which may do what you want. Wags ;) -Original Message- From: perl newbie [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 31, 2001 18:00 To: [EMAIL PROTECTED] Subject: Recursive directory copy I have two di