in reply to Re: Uploading Perl modules without shell access
in thread Uploading Perl modules without shell access
Hi, I tried this earlier and it worked 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 :)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Uploading Perl modules without shell access
by Abigail-II (Bishop) on Jun 26, 2003 at 07:33 UTC | |
by BrowserUk (Patriarch) on Jun 26, 2003 at 07:48 UTC |