June 2002
Beginner
759 pages
80h 42m
English
autoload
autoloadpackage,version,autoloader
Generates the AUTOLOAD
subroutine for the module package.
version is the Perl version with which
the code should be backwards-compatible. It defaults to the
version of Perl running the subroutine. If
autoloaderis true, the AUTOLOAD subroutine falls back on
AutoLoader::AUTOLOAD for all
names that the constant()
routine doesn’t recognize.