Help for this page

Select Code to Download


  1. or download this
    use CGI::Fast;
    
    ...
    my $app = new MyCGIApplication(QUERY => $q); # this is your CGI::App m
    +odule
    $app->run();
    }
    
  2. or download this
        $self->{__PARAMS} = {};
        $self->header_type('header');
        $self->header_props( {} );