I wanted to build an awesome place for people to discuss module specific issues, but I don't have any more time for this, and there are much better places to discuss Perl-related issues. I'd recommend asking your question on Stack Overflow or on Perl Monks.
If you are looking for a Perl tutorial or Perl-related news, I hope these links will serve you well.
Posted on 2005-10-27 14:43:05-07 by eranix
U.R.G.E.N.T - Can't locate loadable object for module HTML::Parser in @INC
Hi, I am having problems with using treebuilder and Element due to the following compilation error: Can't locate loadable object for module HTML::Parser in @INC The Parser.pm is located under [perl home]/lib/HTML perl version is: 5.006001 What should i do ? Thanks Eran
Direct Responses: 1250 | Write a response
Posted on 2005-10-27 19:10:50-07 by eranix in response to 1248
Re: U.R.G.E.N.T - Can't locate loadable object for module HTML::Parser in @INC
problem was with the perl version after upgrade to perl 5.8 - problem solved
Direct Responses: 2567 | Write a response
Posted on 2006-07-02 08:19:15-07 by zelenyd1 in response to 1250
Re: U.R.G.E.N.T - Can't locate loadable object for module HTML::Parser in @INC
Yeah, I ran into the same problem.
BTW: Is there a workaround for Perl X where X < 5.8 ? We have 5.005_03 (built for sun4-solaris) at our school's server that hosts the userpages, and I don't wanna be out of luck.
Any help would be appreciated.
Direct Responses: Write a response