From: "Pankaj Kapare" <[EMAIL PROTECTED]>
> 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

If you don't mind a Win32-only solution, 
        use Win32::FileOp qw(Copy);
        Copy $the_dir => $other_dir;
will do what you need.

Jenda


===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


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

Reply via email to