in reply to Perl modules possible to place some where else
That will make perl look into that directory tree first - only if the module isn't found there, will it start looking through the other lib directories.use lib "/root/of/your/module/hierarchy";
Replace the string in quotes with the true root of your hierarchy, naturally...
|
|---|