in reply to Re: CGI.pm: Want your query_string() sorted or unsorted?
in thread CGI.pm: Want your query_string() sorted or unsorted?
<thinks>
I'm recalling that the other piece of wanting this is that the query strings will stored in a database column, and I want them in a canonical form for that, so that two identical queries in a different order will be represented the same.
For that, it sounds like I really do need a "sorted_query_string()" method, which I could supply as a plugin or new method to CGI.pm
Thanks to everyone for the feedback!
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: CGI.pm: Want your query_string() sorted or unsorted?
by JavaFan (Canon) on Aug 13, 2009 at 11:53 UTC | |
by dolmen (Beadle) on Aug 13, 2009 at 12:26 UTC | |
by markjugg (Curate) on Aug 13, 2009 at 22:09 UTC |