I need to install perl as part of a larger package on a number of different machines where the current perl installation will be unknown. To handle this I would like to include my own perl installation, but need to make the install prefix an env variable. Is that possible?
Thanks