in reply to Get URL path from SSI?
I know that such a variable exists; I just don't remember its name (I also remember that there is/was a bug with Netscape Enterprise where the variable doesn't get set-- it worked on Apache, though.)print "Content-Type: text/html\n\n"; for my $k (keys %ENV) { print $k, " = ", $ENV{$k}, "\n"; }
|
|---|