in reply to Re: Help setting up Makefile.PL
in thread Help setting up Makefile.PL

Ah. Then definitely go with PERL5LIB and ditch the whole alias thing:

setenv PERL5LIB "/home/deaconblues/code/lib:/opt/db/dv/na/bin" # or PERL5LIB="/home/deaconblues/code/lib:/opt/db/dv/na/bin" export PERL5LIB

        - tye (but my friends call me "Tye")

Replies are listed 'Best First'.
Re: (tye)Re2: Help setting up Makefile.PL
by DeaconBlues (Monk) on Mar 23, 2001 at 02:11 UTC

    Thanks,

    The quality of my work environment has been greatly improved by your PERL5LIB suggestion. It has straightened out using perl in all cases. No more -I flags anywhere, woohoo!