my $q = CGI->new; my $form_variables = $q->Vars; print $form_variables->{FirstQuestion}; # etc...