Alright, so I have been given some legacy code by my manager and asked to make it portable. It needs to be such that as long as the machine it is copied to has a base perl 5 install it will run without modification.
My first step was to move the modules to a local library and to use "use lib ..." to set the path.
I ran into a problem though in that one of the modules used is dependent on another module.
My next step was to use a UNIX shell script to set the PERL5LIB environment variable. This didn't work either.
I am now unsure of what to do. Any help would be greatly appreciated.
In reply to Dependencies of Dependencies by Melasoul
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |