Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use CGI::Minimal;
    my $value = CGI::Minimal->new->param('a');
    print "Status: 200 OK\015\012Content-Type: text/plain\015\012\015\012a
    + = $value\n";
    
  2. or download this
    #!/usr/bin/perl
    use CGI;
    my $value = CGI->new->param('a');
    print "Status: 200 OK\015\012Content-Type: text/plain\015\012\015\012a
    + = $value\n";
    
  3. or download this
                     in first @INC Directory          Normal
    CGI.pm (3.25)          21.5/second               21.5/second
    CGI::Minimal (1.26)    73.8/second               73.6/second