tom@margo perl5 $ find . -name Dyna\*.pm ./5.8.3/i686-linux/DynaLoader.pm tom@margo perl5 $ head -n 25 ./5.8.3/i686-linux/DynaLoader.pm | tail -n 15 # Tim.Bunce@ig.co.uk, August 1994 use vars qw($VERSION *AUTOLOAD); $VERSION = '1.04'; # avoid typo warning require AutoLoader; *AUTOLOAD = \&AutoLoader::AUTOLOAD; use Config;