rgatliff has asked for the wisdom of the Perl Monks concerning the following question:
There are additional fields that I have to add to the content portion of the post. How do I do this?my $response = $browser->post($url, [ 'Encounter1847760942' => "$enc_id", 'SelectType1847760942' => "StartOnSelect", 'Begin1847760942' => "01/02/2005", 'DaysBack1847760942' => "3", 'ProcedureSearchText1847760942' => "", 'EncounterOptionSelected' => "false" ], @ns_headers);
This does not seem to work. Am I missing something simple here? Thanks Rob$response = $browser->content($poststring); # where $poststring = 'checkbox'=>\"1\"" etc....
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Adding to Content on LWP Post
by blazar (Canon) on Jan 11, 2005 at 11:29 UTC | |
|
Re: Adding to Content on LWP Post
by Util (Priest) on Jan 18, 2005 at 18:24 UTC |