Skip to content

random($foo) is the occassionally still updated blog of Leonard Lin. My pics are on Flickr, code is on Github. @lhl on Twitter.   More »

random($foo)

Posted on November 26, 2003February 27, 2005 by lhl
  • 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');

Posted in Legacy

Post navigation

Previous Post
Next Post