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

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

I have a small html form that has numbered params, 1..X and not always in order and the numbers will sometimes change and start at a higher number.

How can I get all the params into an array so I can loop over them and update a database with?