To check whether the params were sent via POST, do:use CGI; my $q = new CGI; my %param = $q->Vars;
which should give either 'POST', 'GET' or 'HEAD'.my $method = $q->request_method();
In reply to Re: Detecting a post via cgi
by fireartist
in thread Detecting a post via cgi
by jcpunk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |