in reply to Ignoring @INC in a use

The line,

use lib '/path/to/module';
does what you want.

If you use unshift instead of push, your way will work, too. push places the custom library at the end of the path

After Compline,
Zaxo