I'm uploading a few modules into a local module directory for use with a script. I have them in the format ./modules/HTML/Template.pm and ./modules/Text/CSV.pm. It works fine for HTML::Template but not for Text::CSV. Here's the import code:
use lib 'modules'; use HTML::Template; use Text::CSV;
Here's the error:
Can't locate modules/auto/Text/CSV/autosplit.ix in @INC (@INC contains: modules .. (more perl directories)
I don't understand the /auto subdirectory, or why it's unable to find Text::CSV (it is located in modules/Text/CSV). Thanks for your help :)
In reply to Uploading Text::CSV by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |