#!/usr/bin/perl -w use strict; use CGI; my $query = new CGI; my @params = grep {$_ ne 'submit'} $query->param;
In reply to Re: Unwanted CGI
by kilinrax
in thread Unwanted CGI "Submit" Parameter
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |