#!perl BEGIN { unshift @INC, "$ENV{LOCAL_INSTANCE}/lib"; } use Some::Module; # ...