http://www.perlmonks.org?node_id=1129980

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

Hello,

I have been tasked to move perl binary (along with all the library files) to a different location without doing any compilation. Note that the new location would be on NFS. Is it possible to do such a move?

I understand that the locations of the libraries that are provided during the compilation cannot be changed. Correct me if I am wrong.

Thank you.