in reply to File::Copy::Recursive chokes on input
ppm> install File-Copy-Recursive
I went ahead and tried the install on my machine and it took about 3 seconds to download and install. Let us know if it works.
Update: I got to fooling around looking at all the different modules that came with ActiveState and found one that may help as a substitute. Look at ActiveState::Handy for the cp_tree command. If it does what it says then you shouldn't need File::Copy. However, I don't know which one is better efficiency-wise. Depending on how large your file tree is, you should choose wisely between the two.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: File::Copy::Recursive chokes on input
by dbonneville (Acolyte) on Aug 23, 2007 at 18:34 UTC | |
by dogz007 (Scribe) on Aug 23, 2007 at 20:07 UTC | |
by Anonymous Monk on Aug 24, 2007 at 10:42 UTC |