Help for this page
package AutoLoader; ... AUTOLOAD { my $sub = $AUTOLOAD;
local $!; # Do not munge the value. eval { local $SIG{__DIE__}; require $filename };