in reply to Re: File::Copy::Recursive chokes on input
in thread File::Copy::Recursive chokes on input

I tried ActiveState::Handy and it worked the first time! Thanks!

I tried PPM for Recursive, but there must be a firewall issue as ppm.activestate.com:80 times out. I wonder if it would have worked if the install was right.

On that note, how DO you install a module like Recursive manually? I'd like to see it work only because it bothers me that I couldn't figure it out.

  • Comment on Re^2: File::Copy::Recursive chokes on input

Replies are listed 'Best First'.
Re^3: File::Copy::Recursive chokes on input
by dogz007 (Scribe) on Aug 23, 2007 at 20:07 UTC
    I've never done it successfully on Windows. Linux of course comes with the tools to compile modules written in C or whatever, but Windows does not. If it's a pure Perl module (as in, written solely in Perl) then you can just download and copy it into the C:\Perl\lib directory. Otherwise, I've always relied on ppm. Use the help command and familiarize yourself with the controls. It does have a search function to help you lookup the package names before you download them.