in reply to Re: Getting to grips with HTML::Parser
in thread Getting to grips with HTML::Parser

I second TreeBuilder -- it will do what you want in about 1/4th the code.

I've used HTML::Parser and XSLT previously, and TreeBuilder manages to be both simpler and more capable for tree rewriting.

  • Comment on Re^2: Getting to grips with HTML::Parser