in reply to LWP Form scraping

Others mentioned WWW::Mechanize (based on, but improving on, WWW::Automate). WWW::Mech just happens to be a handy wrapper around a few other modules. In particular, the HTML::Form module. Check that out.