Re: Need help parsing QUERY_STRING_UNESCAPED

2006-05-23 Thread Sean Davis
On 5/23/06 12:15 PM, "Ovid" <[EMAIL PROTECTED]> wrote: > --- "Dennis G. Wicks" <[EMAIL PROTECTED]> wrote: >> Sean, >> >> Thanks, but no cigar. CGI and several modules on CPAN will >> process QUERY_STRING but I can't find any modules that do >> anything with QUERY_STRING_UNESCAPED. And unfortun

Re: Need help parsing QUERY_STRING_UNESCAPED

2006-05-23 Thread Ovid
--- "Dennis G. Wicks" <[EMAIL PROTECTED]> wrote: > Sean, > > Thanks, but no cigar. CGI and several modules on CPAN will > process QUERY_STRING but I can't find any modules that do > anything with QUERY_STRING_UNESCAPED. And unfortunately, it isn't > as simple as $QUERY_STRING = $QUERY_STRING_UN

Re: Need help parsing QUERY_STRING_UNESCAPED

2006-05-23 Thread Dennis G. Wicks
Sean Davis wrote: In what environment are you seeing QUERY_STRING_UNESCAPED? It is not usually available in a CGI environment, from some quick reading. Sean DATE_GMT = Tuesday, 23-May-2006 11:11:17 GMT DATE_LOCAL = Tuesday, 23-May-2006 07:11:17 EDT DOCUMENT_NAME = printenv.html DOCUMENT_P

Re: Need help parsing QUERY_STRING_UNESCAPED

2006-05-23 Thread Sean Davis
On 5/23/06 5:09 AM, "Dennis G. Wicks" <[EMAIL PROTECTED]> wrote: > > > Sean Davis wrote: >> Dennis G. Wicks wrote: >>> Greetings; >>> >>> I have discovered that under some conditions QUERY_STRING is set and >>> under other conditions QUERY_STRING_UNESCAPED is set. I can detect >>> these cond

Re: Need help parsing QUERY_STRING_UNESCAPED

2006-05-23 Thread Dennis G. Wicks
Sean Davis wrote: Dennis G. Wicks wrote: Greetings; I have discovered that under some conditions QUERY_STRING is set and under other conditions QUERY_STRING_UNESCAPED is set. I can detect these conditions but I can't find out how to get the contents of QUERY_STRING_UNESCAPED transformed to

Re: Need help parsing QUERY_STRING_UNESCAPED

2006-05-22 Thread Sean Davis
Dennis G. Wicks wrote: Greetings; I have discovered that under some conditions QUERY_STRING is set and under other conditions QUERY_STRING_UNESCAPED is set. I can detect these conditions but I can't find out how to get the contents of QUERY_STRING_UNESCAPED transformed to the form it would be