in reply to CGI.pm: Want your query_string() sorted or unsorted?
I don't know how relevant it is here, but the order of the parameters in a query is well defined to be the same order as the fields appear in the form. In general, it's not acceptable to reorder parameters since the resulting URL is not equivalent.
This information comes from the HTML4 spec. I don't know what the URI spec says.
|
|---|