in reply to (jeffa) Re: I know this is very easy
in thread Printing variables from CGI form (was: I know this is very easy)
Less typing means a few more months before Carpal Tunnel sets in.use strict; use CGI qw(:standard); print header, start_html, pre; foreach my $name (param) { print "$name = ", param($name), "\n"; }
Gary Blackburn
Trained Killer
|
|---|