search.cpan.org is shutting down. It will redirect to metacpan.org after June 25, 2018. With hat: perl
5 lines
223 B
Text
5 lines
223 B
Text
The AutoLoader module works with the AutoSplit module and the "__END__" token to
|
|
defer the loading of some subroutines until they are used rather than loading
|
|
them all at once.
|
|
|
|
WWW: https://metacpan.org/release/AutoLoader
|