On Wed, Jun 02, 2004 at 02:25:09PM -0500, Gedanken ([EMAIL PROTECTED]) wrote:
> Im jumping in here late so this may be way off but:
> 
> my $agent = WWW::Mechanize->new();
> 
> $agent->get(someURL);
> $agent->form(1)  # or form(2) or form(name=>"logonform2") etc
> $agent->field("variablename", $myvalue);
> $agent->submit();
> 
> apologies if this super basic summary is way off the mark of what was 
> asked.

I think he's asking how to submit both at once, and you can't.  You can
only submit one form at a time.  That's just how HTTP works.

xoa

-- 
Andy Lester => [EMAIL PROTECTED] => www.petdance.com => AIM:petdance

Reply via email to