http://qs1969.pair.com?node_id=541925

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

I know this must have been asked before but I don't know what to search for to find it.

I am using CGI and I have a form with 25 questions. The fields are q1, q2, q3, q3.... q25. If it makes any difference, these are radio buttons and they can only select the one value.

What is the easiest way to have all this data without me having to manually..

my $q1 = param('q1'); my $q25 = param('q25');