http://www.perlmonks.org?node_id=397247


in reply to Re: Require a script not found in @INC array
in thread Require a script not found in @INC array

One could also do something like this (but it is less pretty):

BEGIN { unshift @INC, '/my/path'; }