use CGI::Lite; my $c = CGI::Lite->new(); my %form_data = $c->parse_form_data(); #or pass it GET or POST, respec +tively print keys %form_data; print "\$form_data{ $_ } = $form_data{$_}\n" for keys %form_data;
In reply to Re: Getting hash of CGI variables
by BUU
in thread Getting hash of CGI variables
by Lori713
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |