I'm trying to get started with some screen-scraping using WWW::Mechanize. To debug my code I don't want to query the website repeatedly; I want to get the html originally, save it as text, then develop a WWW::Mechanize script to parse-out the anchors I want. I don't understand how to read-in the html to Mechanize for use while debugging the script.
Thanks in advance for any help ...