use strict; use warnings; use CGI; my $form = CGI->new; foreach my $param ($form->param) { my $value = $form->param($param); # assumes a single value print "$param = $value\n"; }
You may want to take a gander at my CGI Course.
Cheers,
Ovid
New address of my CGI Course.
In reply to Re: CGI Forms
by Ovid
in thread CGI Forms
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |