in reply to Re: Unwanted CGI
in thread Unwanted CGI "Submit" Parameter

Why not use the CGI API?
#!/usr/bin/perl -w use strict; use CGI; my $query = new CGI; my $query->delete('submit');