Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
my %hiddenhash; $hiddenhash{$formname1} = "formvalue1"; $hiddenhash{$formname2} = "formvalue2"; my $request = POST "http://www.server.com", Content => [ %hiddenhash + ]; my $response = $ua->request($request);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Post with parameters using hash
by arhuman (Vicar) on Mar 05, 2001 at 22:03 UTC | |
by Anonymous Monk on Mar 05, 2001 at 22:12 UTC | |
|
Re: Post with parameters using hash
by chromatic (Archbishop) on Mar 05, 2001 at 22:17 UTC | |
by Anonymous Monk on Mar 05, 2001 at 22:37 UTC | |
by symŽ (Acolyte) on May 03, 2001 at 21:24 UTC |