Hi, I've written a cgi script and when Apache (version 1.3.6) tries to call it, 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 !! I took the HTML-Parser module from the CPAN site and the installation seemed to be successful. What's going wrong? Thanks Margit
- RE: Can't locate loadable object for module ... Margit Brunder
- RE: Can't locate loadable object for module ... King, Jason