in reply to Problem passing selected values to text file

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.