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
--- "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
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
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
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
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