in reply to Re^3: add remote dir to @INC
in thread add remote dir to @INC

It does not recursively descend through the @INC directories. Read require (which is called by use). There is a slight exception when you use lib (see the 'auto' directory).