http://qs321.pair.com?node_id=93443

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

How would I pass the values entered in the textfield into a hash as parameters i.e. people would enter something like this in the textfield;
1=>4, 3=>8
and I would like to pass these as key-value pairs into a hash. How would I do it?

Originally posted as a Categorized Question.