Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to use HTML::Parser to clean-up and extract some content from a website. I keep getting the following error message.
Can't locate auto/HTML/Parser/tag.al in @INC (@INC contains: /Users/tima/Desktop/nat /System/Library/Perl/darwin /System/Library/Perl /Library/Perl/darwin /Library/Perl /Library/Perl /Network/Library/Perl/darwin /Network/Library/Perl /Network/Library/Perl .) at /Users/tima/Desktop/nat/clean.pl line 93Thing is I do not know nor can Google a reference to what tag.al is. Has anyone run into this before? Does anyone know why this is happening?
I'm running this on Mac OS X/Darwin with Perl 5.6. I'm running version 3.28 of the HTML::Parser -- the latest in CPAN.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: HTML::Parser: Cannot locate tag.al?
by rob_au (Abbot) on May 06, 2003 at 02:35 UTC |