Maybe what you are looking for is this:
See the docs for more details on the param method.use strict; use CGI; my $q = CGI->new(); for my $p ( $q->param ) { my @vals = $q->param( $p ); print "$p: @vals<br>\n"; }
the lowliest monk
In reply to Re: CGI Forms
by tlm
in thread CGI Forms
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |