Quoth boyd <
texboy...@gmail.com>:
WWW::Mechanize would be a good start, unless the page relies on
JavaScript. In that case you could try WWW::Scripter or WWW::Selenium:
Scripter has its own JS and DOM implementation in Perl; Selenium
actually runs a remote-controlled instance of a real browser, but
requires the Selenium server to be installed.
Ben