At 2:12 PM +0100 9/5/00, Glen Scott wrote:
>Hi there,
>
>I am getting the following error output from my Perl script:
>
>Can't locate loadable object for module HTML::Parser in @INC
>
>even though HTML/Parser.pm is indeed present. Any ideas about
>what's going on here?
But the error message isn't telling you that you don't have
Parser.pm. It's telling you that you don't have Parser.so (or
whatever your shared library extension is). HTML::Parser is an XS
module containing C code that gets compiled and installed during the
normal build process.
>
>Glen/Design Solution
--
--
Paul Schinder
[EMAIL PROTECTED]