in reply to
Seeking HTML parsing examples
sulfericacid
, one of the following might be of help:
From The Perl Journal, Issue 17 Spring 2000,
Parsing HTML with HTML::PARSER
And from Issue 19 Fall 2000,
Scanning HTML
Lastly, a (not-so-great) example of using HTML::Parser is found
here
(search down for HTML::Parser)
I can not vouch for the accuracy (or usefulness) of the above, but maybe one will be helpful.
Comment on
Re: Seeking HTML parsing examples
In Section
Seekers of Perl Wisdom