James Campbell wrote:
> 
> Hi Everyone

Hello,

> I'm having a spot of bother with a query string.
> 
> The program below attempts to mimic a web form. It should post the value of
> 'QUERY ..' to the cgi in $location.
> 
> What is actually happening is that 'QUERY ..' itself is being sent as the
> value. I copied the name 'QUERY ..' from the textarea name on the original
> web form.
> 
> I have tried character escaping the space and the two dots but that didn't
> work (the cgi hung).
> Maybe I need to use CGI.pm to generate the query string?
> Anyone got any ideas?

According to Ethereal the actual prefix sent is 'QUERY+..='


HTH

John
-- 
use Perl;
program
fulfillment

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to