Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Is there a way to do a compile of perl once, but then somehow install it in a directory specified by some sort of environment variable? Only way i see to do that is a separate compilation for each directory location in which i want to install.
  • Comment on compile perl for variable install directory

Replies are listed 'Best First'.
Re: compile perl for variable install directory
by MidLifeXis (Monsignor) on Mar 25, 2013 at 19:07 UTC

    Look for how some of the 'portable' distributions do this. ISTR Strawberry being able to do it.

    --MidLifeXis

Re: compile perl for variable install directory (citrusperl)
by Anonymous Monk on Mar 26, 2013 at 04:49 UTC