Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    
    ...
            my $app = new App( QUERY => $q );
            $app->run();
    }
    
  2. or download this
    use base 'CGI::Application';
    ...
    ...
            ...
    }
    ...