in reply to How do I remove a specific keyword from a HTML page

When trying to extract useful bits from HTML, a good general strategy is to use HTML::Parser to decompose HTML into its constituent elements and extract the parts you want with event handlers.

-Mark

  • Comment on Re: How do I remove a specific keyword from a HTML page