- WWW::Mechanize
- WWW::Mechanize::Examples
- WWW::Mechanize::FAQ
- WWW::Mechanize::Shell
- O’Reilly: Screen-scraping with WWW::Mechanize
Good-bye to my hiptop soon.
# Login $a->get('http://www.t-mobile.com/'); $a->field('txtMSISDN', $phnum); $a->field('txtPassword', $passwd); $a->submit(); $a->follow_link(text => 'Desktop Interface');