in reply to AutoLoader Failure?

Your problem is with copying the files rather than using the established mechanism for installing the module Text::CSV can be installed on Windows using PPM:

S:\>ppm install Text-CSV

/J\

Replies are listed 'Best First'.
Re^2: AutoLoader Failure?
by marinersk (Priest) on Apr 28, 2006 at 15:19 UTC
    That was it -- thanks!

    Now to go back and see if those installation instructions were anywhere on the page and I just failed to RTFM or what.

    I take it from your comment this is a really standard way to add CPAN modules now? Very nice. Saves the hassle of reparsing where the site/lib directory is located every time.

    Thanks again!

      On Windows and if you are using the Activestate perl, it is the best place to start yes. On other platforms you need to follow the installation instructions provided in the README for the module.

      /J\