in reply to Related question: loading modules at run time
in thread How can I source other perl scripts from within a Perl script

The autouse module may do what you want, but unfortunatly the docs don't seem to go into sufficient detail on when the module is actually loaded into memory. But if it works like it seems like it should than it would be better than manually doing require and import or using a custom AUTOLOAD.
  • Comment on Re: Related question: loading modules at run time