in reply to Re: Autoloading tie routines
in thread Autoloading tie routines

Note that you cannot use Foo::Bar since the file does not exist. The Foo use statement loads Foo::Bar into the namespace.

There's a way of using use to load (add a code ref to @INC), and there's a way of using use to import (add the module to %INC).