- 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
- or download this
#!/usr/bin/perl
...
for (sort keys %ENV) {
print "$_ : $ENV{$_}\n";
}
- or download this
--
Joost downtime n. The period during which a system
is error-free and immune from user input.