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