I need to get the query string of the durrent document. I use CGI's version :: print query_string(); close but I was wondering how to get it without sepcial characters %ized. EXAMPLE :: print query_string(); gives you :: hi=you%20are%20dumb&joe=joe%20mama%21%21%40 while what I need is :: hi=you are dumb&joe=joe mama!!@ I've been looking here and tried different things listed but none do that. http://search.cpan.org/author/LDS/CGI.pm-2.91/CGI.pm#CREATING_A_SELF_REFERENCING_URL_THAT_PRESERVES_STATE_INFORMATION_ Any ideas? TIA Dan
- Re: getting proper query_string with CGI module Dan Muey
- Re: getting proper query_string with CGI module Rob Dixon
- Re: getting proper query_string with CGI module Steve Grazzini
- Re: getting proper query_string with CGI module Randal L. Schwartz
- Re: getting proper query_string with CGI module R. Joseph Newton
- Re: getting proper query_string with CGI module R. Joseph Newton
- Re: getting proper query_string with CGI modul... Randal L. Schwartz
- Re: getting proper query_string with CGI m... R. Joseph Newton
- RE: getting proper query_string with CGI module Hanson, Rob
- RE: getting proper query_string with CGI module Dan Muey