in reply to Re^2: HTML Parser loop
in thread HTML Parser loop
Can't locate loadable object for module HTML::Parser
The module isn't properly installed. Like the message says, perl can't find its compiled component.
"my_library" contains the HTML folder
Good, although it would probably be better if /home/my_library/lib/perl5 contained it since you have nowhere logical to install the docs and so on. (You'd have to adjust the use lib line if you made this change.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: HTML Parser loop
by moked (Beadle) on May 31, 2009 at 08:14 UTC |