in reply to Re: Re: Post with parameters using hash
in thread Post with parameters using hash

Funny I am having the same exact situation today, can't use a hash for the parameters.
Tried a bunch of different ways.
This code:
$request = POST "http://www.server.com", Content => [ %hiddenhash ];
simply doesn't work for me (or for the anonymous poster) Strange.. there is nothing in the hash that should be acting weird, no odd chars....does it need to be escaped or something?