Is there a good reason why I shouldn’t be mixing POST and GET?
For example:
<form action="http://example.com/?param1=foo¶m2=bar" method="post">
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
As noted by comments to your question, CGI.pm is OK
CGI::Simple is OK
EmbPerl‘s
%fdatis OKEverything else, you need to read documentation or just test.
The important question is why do you care about “most CGI libraries”? You should pick the library you are going to use and ask that question about that library.