in reply to Re: Re: perl install prefix as an env variable
in thread perl install prefix as an env variable

D'oh... Gotta start reading before replying.

Can you use ./Configure -d -Dprefix=~/perl -Uinstallusrbinperl ??

Or perhaps ./Configure -d -Dprefix="$ENV_VAR" -Uinstallusrbinperl

Warning: not tested

  • Comment on Re: perl install prefix as an env variable