in reply to How do I get at the parameters in my CGI program?
use CGI; my $q = new CGI; my %in = map { $_ => $q->param($_) } $q->param;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: Answer: How do I get at the parameters in my CGI program?
by chromatic (Archbishop) on Nov 12, 2000 at 10:28 UTC | |
by Dominus (Parson) on Nov 12, 2000 at 22:31 UTC |