in reply to Re: Directory Tree
in thread Directory Tree

To add to my query, I need to copy the source files from one directory strucure many times. So, I thought to get a generic perl script, which I will run everytime, instead of manually copy-pasting. P.S. I am working on Windows machine.

Replies are listed 'Best First'.
Re^3: Directory Tree
by bgreenlee (Friar) on Aug 18, 2004 at 10:26 UTC

    A quick look through CPAN shows a few modules that could do the trick, including File::Repl and File::Xcopy. You could also do the quick and dirty thing and just do a system call to xcopy.

    -b

Re^3: Directory Tree
by gellyfish (Monsignor) on Aug 18, 2004 at 10:19 UTC

    So what code have you written and are having problems with?

    /J\