Re: Problem reading content...

2000-10-31 Thread Thomas von Elling Skifter Eibner
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

Problem reading content...

2000-10-31 Thread John Soto
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