in reply to How can I use perl as an internet browser ?

Sounds like you just need WWW::Mechanize and HTML::Parser

HTML::Parser even has an example for pulling all the plain text out of an html file: htext

Also, for a non-perl solution, check out lynx or just google text based browser

  • Comment on Re: How can I use perl as an internet browser ?