in reply to
How can you make 'use lib "foo"; dynamic?
You can use the FindBin module (in the standard distribution) to find your script's location and make the library path relative to that.
Comment on
Re: How can you make 'use lib "foo"; dynamic?
In Section
Seekers of Perl Wisdom