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 that comes with the standard PERL
> distribution that will allow me to do this.

A combination of File::Find::find, File::Path::mkpath, and File::Copy::copy
will accomplish what you want.


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

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

Reply via email to