On Tue, Oct 31, 2000 at 02:54:39PM -0500, John Soto wrote:
>
> Having problem reading POSTed content Am trying to write handler which will
> pass content onto MQ. Currently, I have the content as text\plain and not
> url-encoded.
> Here's my POSTing snippet...
>
> #! /usr/bin/perl -w
>
> us
Having problem reading POSTed content Am trying to write handler which will
pass content onto MQ. Currently, I have the content as text\plain and not
url-encoded.
Here's my POSTing snippet...
#! /usr/bin/perl -w
use LWP::UserAgent;
use HTTP::Request;
$ua = LWP::UserAgent->new();
$ua->agen