Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -X
    print "Content-type: text/plain\n\n";
    ...
        print "$_\t$ENV{$_}<br>\n";
    }
    exit;
    
  2. or download this
    GATEWAY_INTERFACE CGI/1.1
    MOD_PERL mod_perl/1.99_16
    
  3. or download this
    LoadModule perl_module modules/mod_perl.so
    
    ...
        Allow from all
    </Directory>