Help for this page

Select Code to Download


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