in reply to CGI::script_name() changed or bug?
The 'debugging' code is not present in the 3.59 version - it relies exclusively on the environment variable.sub script_name { return $ENV{'SCRIPT_NAME'} if defined($ENV{'SCRIPT_NAME'}); # These are for debugging return "/$0" unless $0=~/^\//; return $0; }
I hope life isn't a big joke, because I don't get it.
-SNL
|
|---|