in reply to Re: Using CGI.pm
in thread Using CGI.pm
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">
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Using CGI.pm
by BUU (Prior) on Nov 19, 2003 at 06:08 UTC | |
by Deanimal (Acolyte) on Nov 19, 2003 at 13:36 UTC |