Perl Module Weirdness
    David Lapointe 
    dlapointe at mediaone.net
       
    Thu Mar 22 19:49:58 EST 2001
    
    
  
I am using the HTML::Parser module ( solaris) and I get an error which I
can't figure out how to fix. (HTML-Parser-3.19)
perl -e 'require HTML::Parser;'
Can't locate loadable object for module HTML::Parser in @INC (@INC contains:
/usr/local/lib/perl5/5.00503/sun4-solaris /usr/local/lib/perl5/5.00503
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris
/usr/local/lib/perl5/site_perl/5.005 .) at line 1
Ok it is definitely there so what would cause this? Other modules which 
require it and are in the same directory don't give this error, just 
Parser.pm. 
perl -e 'require HTML::Entities;'
Can't locate loadable object for module HTML::Parser in @INC (@INC contains:
/usr/local/lib/perl5/5.00503/sun4-solaris /usr/local/lib/perl5/5.00503
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris
/usr/local/lib/perl5/site_perl/5.005 .) at
/usr/local/lib/perl5/site_perl/5.005/sun4-solaris/HTML/Entities.pm line 79
Both Entities.pm and Parser.pm ( and others) are installed at the same time 
from the CPAN site and in one of the @INC directories.
-- 
 .david
 David Lapointe
-
Subcription/unsubscription/info requests: send e-mail with
"subscribe", "unsubscribe", or "info" on the first line of the
message body to discuss-request at blu.org (Subject line is ignored).
    
    
More information about the Discuss
mailing list