../lib/AutoLoader.pm

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 ``Autoloading''.