in reply to Re: Re-submit HTML form including inputs
in thread Re-submit HTML form including inputs
I can then get or change any of these values using $form->value("field") or $form->value("field",$newvalue). My problem is that when I do a $form->make_request or $form->click the field values appear not to be submitted. How do I submit the form including all the current values? Murray$response = $ua->request(HTTP::Request->new(GET => "$edit_user_url")); my $form = HTML::Form->parse($response); #print $form->dump; # print form values
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Re-submit HTML form including inputs
by hgolden (Pilgrim) on Sep 13, 2006 at 20:30 UTC |