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',
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 %
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