../lib/AutoLoader.pm
AutoLoader - load functions only on demand
package FOOBAR;
use Exporter;
use AutoLoader;
@ISA = (Exporter, AutoLoader);
This module tells its users that functions in the FOOBAR package are to be
autoloaded from auto/$AUTOLOAD.al. See ``Autoloading''.