<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Snipplr</title>
<link>http://snipplr.com/language/perl/tags/forms</link>
<description>Recent snippets posted on Snipplr.com</description>
<language>en-us</language>
<pubDate>Sun, 19 May 2013 01:18:31 GMT</pubDate>
<item>
<title>(Perl) Process PHP-style array (square brackets) from HTML form in Perl CGI - ptepper</title>
<link>http://snipplr.com/view/21336/process-phpstyle-array-square-brackets-from-html-form-in-perl-cgi/</link>
<description><![CDATA[ <p>This is inspired by this http://www.cgi101.com/book/ch5/text.html so I'm using a similar example. In PHP you can combine a set of checkboxes into an array using square brackets like this:


       Red
       Green
       Blue
       Gold
      


PHP does not do this automatically but it's pretty simple to do if you filter by regular expressions.</p> ]]></description>
<pubDate>Fri, 16 Oct 2009 16:19:42 GMT</pubDate>
<guid>http://snipplr.com/view/21336/process-phpstyle-array-square-brackets-from-html-form-in-perl-cgi/</guid>
</item>
<item>
<title>(Perl) submit a POST query with parameters - noah</title>
<link>http://snipplr.com/view/3135/submit-a-post-query-with-parameters/</link>
<description><![CDATA[ <p>from The Perl Black Book, Holzner, p. 1247</p> ]]></description>
<pubDate>Tue, 03 Jul 2007 22:57:13 GMT</pubDate>
<guid>http://snipplr.com/view/3135/submit-a-post-query-with-parameters/</guid>
</item>
</channel>
</rss>