Pankaj Kapare wrote:

> Hi,
>
> I want to copy whole directory structure and its containts(may be file and folders 
>under source directory) to destination directory .i dont know how to do this .Can 
>anybody  help me.
> Thanks in advance !
> Pankaj

Any reason for doing this in perl. To answer your question take a look
at
perldoc File::Copy
perldoc File::Find

or download and install File::NCopy
http://search.cpan.org/author/ERIC/OpenThought-0.63/

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

Reply via email to