I have a once working Perl program which has been moved from an old computer (Windows XP) to a newer one (Vista). The initial attempt at running this script revealed some Perl modules I hadn't installed, as expected. Unfortunately there is one remaining module which Perl cannot locate.
I am running Perl within Eclipse Ganymede with the EPIC plugin installed.
The offending line of code is use HTML::TableExtract;
This is the error I get: "Can't locate HTML::TableExtract.pm in @INC(@INC includes c:/Perl/site/lib c:/Perl/lib.)"
HTML::TableExtract is installed at c:/Perl/site/lib/HTML/TableExtract.pm I have verified that by exploring the file system. The package was installed using ppm. I have verified the installation manually and I have tried reinstalling with ppm.
I am sure this is some dumb error, but I can't find it. Any help would be greatly appreciated. Thanks.
In reply to Can't locate perl module in @INC by pamartin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |