in reply to Re^3: HTML::Parser fun
in thread HTML::Parser fun
Hmm, XML::Twig looks interesting, thanks!
HTML::Parser is probably overkill for this simple task. I use it elsewhere to extract all HTML tags and their content, etc, and there it's performance is excellent (we're processing hundreds of millions of HTML docs, hence my need for speed).