http://www.perlmonks.org?node_id=383018


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

Regarding the original question, one useful tool you may look into is the lynx used in conjunction with its -dump option. Combined with Perl regexps, there's not much you can't do with the actual information and links on the page.
  • Comment on Re: How do I remove a specific keyword from a HTML page