prautt has asked for the wisdom of the Perl Monks concerning the following question:
The question is how to access these variables in a Perl CGI script? Should I be naming them differently in the form to access them as, for example, $FORM{'student1'}, $FORM['student2'}, etc.? Or perhaps there's a better way to name the variable in the form to begin with? Thanks!
|
|---|