setenv MANPATH ${MANPATH}:~/perl_modules/man
if ( $?PERL5LIB ) then
# PERL5LIB not previously defined, so set it..
setenv PERL5LIB ${PERL5LIB}:~/perl_modules
else
setenv PERL5LIB ~/perl_modules
endif
verify with
perl -wle'print for grep /myperl/, @INC'
That's a bit of guru-level perl right there. Deadly one! (not mine:)
No comments:
Post a Comment