HTML/Parser.pm missing?

H

Huub

Hi,

I'm trying to run a perl program on 2 pc's. Both pc's have the same perl
version installed, but only 1 pc gives this error when I start the program:

Can't locate HTML/Parser.pm in @INC (@INC contains:
/usr/lib/perl5/5.8.4/i486-linux /usr/lib/perl5/5.8.4
/usr/lib/perl5/site_perl/5.8.4/i486-linux /usr/lib/perl5/site_perl/5.8.4
/usr/lib/perl5/site_perl .) at woordleecher.1.3.0.pl line 10.

On the pc that's going ok, I can't find a HTML/Parser.pm. Any idea what
may be wrong?

Thanks,

Huub
 
T

Tad McClellan

Huub said:
Can't locate HTML/Parser.pm in @INC (@INC contains:
Any idea what
may be wrong?


Yes. Perl cannot find the HTML::parser module.

Is the HTML::parser module installed?

If not, then find out how to download and install it:

perldoc -q module

What modules and extensions are available for Perl? What is CPAN?
What does CPAN/src/... mean?

How do I install a module from CPAN?

How do I keep my own module/library directory?
 
H

Huub

Tad said:
Yes. Perl cannot find the HTML::parser module.

Is the HTML::parser module installed?

If not, then find out how to download and install it:

perldoc -q module

What modules and extensions are available for Perl? What is CPAN?
What does CPAN/src/... mean?

How do I install a module from CPAN?

How do I keep my own module/library directory?

OK, thank you.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,766
Messages
2,569,569
Members
45,042
Latest member
icassiem

Latest Threads

Top