pamartin has asked for the wisdom of the Perl Monks concerning the following question:
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.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Can't locate perl module in @INC
by toolic (Bishop) on Mar 27, 2010 at 21:05 UTC | |
by pamartin (Novice) on Mar 27, 2010 at 22:52 UTC | |
by toolic (Bishop) on Mar 27, 2010 at 23:12 UTC | |
by pamartin (Novice) on Mar 27, 2010 at 23:27 UTC | |
|
Re: Can't locate perl module in @INC
by Anonymous Monk on Mar 27, 2010 at 21:11 UTC | |
by Anonymous Monk on Jul 17, 2015 at 11:12 UTC |