3 Jan 2005 20:18
perlfaq9: How do I decode a CGI form?
_brian_d_foy <comdog <at> panix.com>
2005-01-03 19:18:09 GMT
2005-01-03 19:18:09 GMT
* How do I decode a CGI form? + I'm completely replacing this answer. The previous version was pretty aggressive and ranted about cargo-culting. It also digressed into a discussion of HTTP methods. + The new answer showcases CGI.pm, and gives a couple examples. I'd like people to use it because it's easier, not because we decreed it's use. + I also removed the reference to cgi-lib.pl. It is 2005 now :) Index: perlfaq9.pod =================================================================== RCS file: /cvs/public/perlfaq/perlfaq9.pod,v retrieving revision 1.18 diff -u -d -r1.18 perlfaq9.pod --- perlfaq9.pod 3 Jan 2005 18:43:37 -0000 1.18 +++ perlfaq9.pod 3 Jan 2005 19:14:43 -0000 <at> <at> -352,35 +352,38 <at> <at> =head2 How do I decode a CGI form? -You use a standard module, probably CGI.pm. Under no circumstances -should you attempt to do so by hand! +(contributed by brian d foy) -You'll see a lot of CGI programs that blindly read from STDIN the number(Continue reading)
RSS Feed