in reply to Re: Unwanted CGIin thread Unwanted CGI "Submit" Parameter
#!/usr/bin/perl -w use strict; use CGI; my $query = new CGI; my $query->delete('submit'); [download]