in reply to Re: Re: Re: What is the fastest way to parse HTML?
in thread What is the fastest way to parse HTML?

You made me think about another possible improvement, as I said I only use text and some layout tags, so I could use the report_tags() method of HTML::Parser to suppress all unneeded junk.
  • Comment on Re: Re: Re: Re: What is the fastest way to parse HTML?