http://www.perlmonks.org?node_id=179527

dooberwah has asked for the wisdom of the Perl Monks concerning the following question: (cgi programming)

In PHP (yes, I've worked in it) you can have several inputs on a webpage enter as an array in your script. All you need to do is name them like an array: using a name, square brackets and a number (foo[1], foo[2], foo[3], etc.). Is there any Perl module/module function to do this sort of thing?

Originally posted as a Categorized Question.