not sure if you're late or not!!

the basic issue i'm concerned about is how i go about submitting both forms
at the same time.. or do i need to...

the html implies that i do... but i have no idea as to how..

-bruce

-----Original Message-----
From: Gedanken [mailto:[EMAIL PROTECTED]
Sent: Wednesday, June 02, 2004 12:25 PM
To: bruce
Cc: [EMAIL PROTECTED]
Subject: RE: :mechanize question....


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.


--
gedanken


Reply via email to