in reply to Availability of PERL modules
in your code. I find this works for my own modules, so no reason you couldn't do this. However you may hit problems if these modules are then dependant on other modules etc. Hope that is of use.use lib "/wherever/you/deployed/them/";
|
|---|