BUU wrote:
"For example to get your form data you just do:"
my $c = new CGI::Lite; my %post = $c->parse_form_data('POST');
Will that work for a post request that contains a query string? Like this:
<form method="post" action="script.cgi?choice=one">
In reply to Re: Re: Using CGI.pm
by Deanimal
in thread Using CGI.pm
by Deanimal
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |