in reply to CGI.pm: Want your query_string() sorted or unsorted?
It's a long time since I used QUERY_STRING or CGI.pm, but isn't the only worthwile feature of CGI.pm the fact you don't have to bother with QUERY_STRING yourself? And if I really want to compare QUERY_STRINGS, I could just call the Vars method and compare the resulting hashes. There are modules out there that will compare hashes for you.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: CGI.pm: Want your query_string() sorted or unsorted?
by markjugg (Curate) on Aug 13, 2009 at 11:50 UTC | |
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 |
In Section
Seekers of Perl Wisdom