Margit Brunder wrote:
> 
> I get the error message "can't locate loadable object for module
> HTML::Parser in @INC  at ...../HTML/entities.pm line 79"
> although the module Parser.pm is in the same directory as entities.pm
> The path where Parser.pm is located is included in @INC !!

Some modules require files (e.g., shared libraries, dlls) to work.  From
the message my guess is that HTML::Parser cannot find one of these other
files.

How did you install HTML::Parser?  If files were just copied from one
place to another, there's probably something missing.

Dan

Reply via email to