AutoLoader

Section: Perl Programmers Reference Guide (3)
Updated: perl 5.003 with
Index Return to Main Contents
 

NAME

AutoLoader - load functions only on demand  

SYNOPSIS

    package FOOBAR;
    use Exporter;
    use AutoLoader;
    @ISA = (Exporter, AutoLoader);


 

DESCRIPTION

This module tells its users that functions in the FOOBAR package are to be autoloaded from auto/$AUTOLOAD.al. See the section on Autoloading in the perlsub manpage.


 

Index

NAME
SYNOPSIS
DESCRIPTION

This document was created by man2html, using the manual pages.
Time: 15:34:41 GMT, January 15, 2023