Help for this page

Select Code to Download


  1. or download this
    #!G:\Perl\bin\perl.exe -w
    
    ...
    print "Content-type: text/plain\n\n";
    
    print "test ok!"
    
  2. or download this
    #!G:\Perl\bin\perl.exe -w
    
    ...
    print "test ok!"
    print "$ENV{SERVER_PROTOCOL} 200 OK\n";
    print "Server: $ENV{SERVER_SOFTWARE}\n";