Later, during execution, when a subroutine that
isn't yet in memory is called, the
AUTOLOAD function attempts to find it in a
directory relative to the location of the module file. For example,
if POSIX.pm is in the directory
/usr/local/lib/perl5, then AutoLoader looks for
POSIX subroutines in
/usr/local/lib/perl5/auto/POSIX/*.al.