in reply to Project Help: Mechanize::Firefox - Scraping Websites with Javascript

Don't know what a "hex of keys" is, but this module allows to inject Javascript code into the page and execute it.

So myContests could be evaluated and analyzed (if still in page scope!)

Alternatively you could request the DOM node of this script-tag and parse the text with a Perl regex.

Cheers Rolf

(addicted to the Perl Programming Language and ☆☆☆☆ :)

  • Comment on Re: Project Help: Mechanize::Firefox - Scraping Websites with Javascript