Help for this page
my $q = Apache::Request->new(shift); my $table = $q->parms; $table->clear;
package CGIRequest; use base Apache::Request; ... # ...etc 1;