How do I decode a CGI form in Perl?
+5
A:
Your exact title is in perlfaq9's answer to How do I decode a CGI form?. There's a lot of good stuff in the Perl documentation that's just sitting there waiting for you to read it. :)
brian d foy
2010-08-04 23:40:18
Importing perlfaq into SO (using a designated perlfaq user) might be a good idea. It would be kind of a pain to keep updated, unless there's a nice SO API I don't know about.
ysth
2010-08-05 02:28:14
I've asked on meta about importing the perlfaq, and the consensus seems to be that its a good idea. I just haven't done it yet. There's no API as far as I know, but I wrote a test script to create SO posts so I could automate it myself.
brian d foy
2010-08-06 00:26:57