in reply to CGI::script_name() changed or bug?

To complete the story on GrandFather's explanation, the older 3.05 version of CGI.pm provided the script name this way:
sub script_name { return $ENV{'SCRIPT_NAME'} if defined($ENV{'SCRIPT_NAME'}); # These are for debugging return "/$0" unless $0=~/^\//; return $0; }
The 'debugging' code is not present in the 3.59 version - it relies exclusively on the environment variable.

             I hope life isn't a big joke, because I don't get it.
                   -SNL