in reply to Re: How do you export more than one path to PERL5LIB
in thread How do you export more than one path to PERL5LIB
With perlbrew, add to .bash_profile:
export PERL5LIB=`perl -e '($p,$v)=split("-",$ENV{PERLBREW_PERL}); print "$ENV{HOME}/perl5/perlbrew/perls/perl-$v/lib/site_perl/$v/darwin-2level"' `