in reply to Re: Re: install perl module into other directory.
in thread install perl module into other directory.

Write a shell script that will copy the files created by the installation process to the right places.

Caveat - make sure that the target systems are of the same OS, OS version, have the same Perl version, and everything was built by the same compiler (both name and version). Otherwise, you might have compatibilty issues. (Yes, compiler can make a very big difference.)

------
We are the carpenters and bricklayers of the Information Age.

The idea is a little like C++ templates, except not quite so brain-meltingly complicated. -- TheDamian, Exegesis 6

Please remember that I'm crufty and crochety. All opinions are purely mine and all code is untested, unless otherwise specified.

  • Comment on Re3: install perl module into other directory.