In playing around with Perl & html forms, I read a form variable from a "textarea" tag and get a hash that has one key and more than one value. How do I separate out the values so I can loop through them later in the program?
This is what Data::Dumper shows me.