anduse strict; use warnings; use CGI my $form = new CGI; foreach(keys %$form) { print "$_ = $form->param($_}\n"; }
both seem to fail. Any ideasuse strict; use warnings; use CGI my $form = new CGI; foreach(keys %{$form->param}) { print "$_ = $form->param($_}\n"; }
In reply to CGI Forms by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |