SelfLoader(3p) Perl Programmers Reference Guide SelfLoader(3p)
SelfLoader(3p) Perl Programmers Reference Guide SelfLoader(3p) # SelfLoader(3p) Perl Programmers Reference Guide SelfLoader(3p) NNAAMMEE # SelfLoader - load functions only on demand SSYYNNOOPPSSIISS # package FOOBAR; use SelfLoader; ... (initializing code) DATA # sub {.... DDEESSCCRRIIPPTTIIOONN # This module tells its users that functions in the FOOBAR package are to be autoloaded from after the "__DATA__" token. See also "Autoloading" in perlsub. TThhee ___DDAATTAA___ ttookkeenn The “DATA” token tells the perl compiler that the perl code for compilation is finished. ...