use lib q{/my/path}; #### BEGIN { unshift @INC, "/my/path" } #### export PERL5LIB="/My/Path"
## BEGIN { unshift @INC, "/my/path" } ##
## export PERL5LIB="/My/Path"