in reply to Best way to parse CGI params

The saint suits his solution to the situation, but uses strict.pm, and with just a small number of arguments prefers individual variables so he gets his beloved typo check. With many, well he tries to avoid that. :-)

The saint also does not like data structures that automatically convert between being regular strings and anonymous arrays. Code like that just forces you to later check for the data type and code stuff twice.

  • Comment on Re (tilly) 1: Best way to parse CGI params