in reply to WWW::Mechanize with <SELECT> and radio button
It doesn't seem all that hard to me. It probably looks something like this:
$mech->submit_form( form_name => "CFForm_1", fields => { userStatus=>"Staff", # etc } );
In fact, there's an example in the synopsis on the WWW::Mechanize page that shows something like that. It even preserves those hidden params for you automatically. majik. What in particular didn't work?
-Paul
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: WWW::Mechanize with <SELECT> and radio button
by Finch (Initiate) on Oct 23, 2007 at 18:48 UTC | |
by jettero (Monsignor) on Oct 23, 2007 at 19:38 UTC | |
by Finch (Initiate) on Oct 23, 2007 at 20:53 UTC |