Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

are variables retrieved from query strings using cgi.pm in the same way they're retrieved from the POST function? (ala $blah = param('blah'))

Replies are listed 'Best First'.
Re: CGI.pm query string
by merlyn (Sage) on Dec 29, 2000 at 21:01 UTC