#where $agent = WWW::Mechanize->new(); my $form = $agent->form_name('someformname'); $form->action('http://www.something.com/someform'); $agent->submit(); #doing a $form->submit(); - gives you a funny "unblessed #error" which took me a while to grok