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 in QUERY_STRING in a variable that I can parse and process with the same routines I use when QUERY_STRING is set. I don't want to have to write a separate routine for each case.

CPAN has been no help, nor any of the various tutorials and documentation sites.

Has anybody encountered and solved this problem already?

Thanks for any help or pointers,
Dennis

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to