in reply to Can't locate perl module in @INC
Open up the c:/Perl/site/lib/HTML/TableExtract.pm file in an editor to make sure it is not corrupted in any obvious way. Compare it against what you see on CPAN HTML::TableExtract via the "Source" link.
Do any of these work as expected from your command line:
perl -MHTML::TableExtract -e 1 perldoc -l HTML::TableExtract perldoc HTML::TableExtract
Update: I mistakenly had this line:
perl -l HTML::TableExtract
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Can't locate perl module in @INC
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 |