in reply to two lib folders

If you have access to the proper user on the server or the config file(s), and assuming you are running a Linux box, one thing I like to do is set my Perl library using environment variables. Sometimes, it's a little cleaner when you know every script/module will/might need to use it:
shell:~>PERL5LIB='/usr/bin' shell:~>export PERL5LIB
Hope that helps!

---hA||ta----
print map{$_.' '}grep{/\w+/}@{[reverse(qw{Perl Code})]} or die while ( 'trying' );