As a follow-up to chromatic's comments: if you prefer programming in a functional style rather than an OO one, you can also import CGI.pm methods as functions:
use CGI ':standard'; my @choices = param('choice');
You are already familiar with Perl. See my CGI course for more information.
Cheers,
Ovid
New address of my CGI Course.
In reply to Re: Problem passing selected values to text file
by Ovid
in thread Problem passing selected values to text file
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |