Help for this page

Select Code to Download


  1. or download this
    REQUEST_URI  = /test.shtml/extra/path?param=1
    PATH_INFO    = /extra/path
    QUERY_STRING = param=1
    SCRIPT_NAME  = /script.cgi
    DOCUMENT_URI = /test.shtml/extra/path
    
  2. or download this
    #!/usr/bin/perl
    
    ...
    for (sort keys %ENV) {
            print "$_ : $ENV{$_}\n";
    }
    
  3. or download this
    -- 
    Joost       downtime n. The period during which a system
                is error-free and immune from user input.