in reply to Re^3: How to execute/call perl module on different path ?
in thread How to execute/call perl module on different path ?

Well, yeah, that is true. It is (hopefully) common knowledge that you can use any array modification technique to add your path.
You could also add the path somewhere in the middle, if you really wanted. Or perhaps set it as the second element. Second to last, perhaps?
It's just redundant to list all possibilities. And usually, good programmers take steps to avoid naming conflicts, regardless of where your code is stored.

~Thomas~
confess( "I offer no guarantees on my code." );