in reply to Re: Post with parameters using hash
in thread Post with parameters using hash
I have to build the parameters first using hash and do something like this. But this doesn't seem to be working.$request = POST "http://www.server.com", Content => [ $formname1 => ' +formvalue1', $formname2 => 'formvalue2' ];
$request = POST "http://www.server.com", Content => [ %hiddenhash ];
|
|---|