Searched defs:AutoLoader (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DAutoLoader.pm1 package AutoLoader; package
127 if ($pkg eq 'AutoLoader') {
185 AutoLoader - load subroutines only on demand
190 use AutoLoader 'AUTOLOAD'; # import the default AUTOLOAD subroutine
193 use AutoLoader; # don't import AUTOLOAD, define our own
196 $AutoLoader::AUTOLOAD = "...";
197 goto &AutoLoader::AUTOLOAD;
202 The B<AutoLoader> module works with the B<AutoSplit> module and the
206 To use B<AutoLoader>, the author of a module has to place the
211 B<AutoLoader> implement
[all...]

Completed in 20 milliseconds