use Foo; #%INC now contains ( 'Foo.pm' => '/absolute/path/to/Foo.pm' ) use Foo; #perl "sees" that Foo has been loaded from that entry in %INC and proceeds directly to import()