Re: using hashes with request(POST

2006-04-16 Thread Matt Richards
Mr. Shawn H. Corey wrote: On Sat, 2006-15-04 at 22:30 +0100, Matt Richards wrote: hello everybody, :) i'm just starting with perl and i have come across a little problem that i cant seem to solve, atm i have this code ... my $response = $ua->request(POST $url, Content_Type => 'form-data',

Re: using hashes with request(POST

2006-04-15 Thread Mr. Shawn H. Corey
On Sat, 2006-15-04 at 22:30 +0100, Matt Richards wrote: > hello everybody, :) > > i'm just starting with perl and i have come across a little problem that > i cant seem to solve, atm i have this code ... > > my $response = $ua->request(POST $url, > Content_Type => 'form-data', > Content => my %

using hashes with request(POST

2006-04-15 Thread Matt Richards
hello everybody, :) i'm just starting with perl and i have come across a little problem that i cant seem to solve, atm i have this code ... my $response = $ua->request(POST $url, Content_Type => 'form-data', Content => my %fq_hash); i would like the hash values in $fq_hash to be submitted as