- or download this
D:\>perl -V:useperlio
&Config::AUTOLOAD failed on Config::launcher at E:/Perl817/lib/Config.
+pm line 72.
- or download this
sub AUTOLOAD {
my $config_heavy = 'Config_heavy.pl';
...
goto \&launcher unless $Config::AUTOLOAD =~ /launcher$/;
die "&Config::AUTOLOAD failed on $Config::AUTOLOAD"; # line 73, wa
+s line 72
}
- or download this
sub launcher {
print "\n\nrunning launcher()\n\n"; # inserted by syphilis
undef &AUTOLOAD;
goto \&$Config::AUTOLOAD;
}
- or download this
D:\>perl -V:useperlio
$Config::AUTOLOAD: Config::fetch_string
$Config::AUTOLOAD: Config::launcher
$Config::AUTOLOAD: Config::launcher
&Config::AUTOLOAD failed on Config::launcher at E:/Perl817/lib/Config.
+pm line 73.
- or download this
D:\>perl -V:useperlio
$Config::AUTOLOAD: Config::fetch_string
...
running launcher
useperlio='define';