Greetings,

While reading some of the Perl newsgroups, I've seen a few examples of
people getting CGI parameters by either parsing the query-string (for GETs)
or reading in some of the content (for POSTs). I've been working with CGI
(using Perl) for a little while now and I've always used the param() method
in
CGI.pm and it is working for both GETs and POSTs. I'm wondering if I'm
missing something and if there are times when using the CGI.pm param()
method is not advised. Thanks.

-Scott


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to