in reply to How to execute/call perl module on different path ?
Ofcourse, my default answer would be use a
as wonderful monks had adviced. However, you need know that if you have to move your application to other computer with different pathnames, you will have to change your use lib '....' in all the program files where such occurs. Just saying .....use lib '....';
|
|---|