in reply to Problems with environment variables.

add the line:
use lib '/usr/local/lib/perl5';
to the top of each script. I think that will work. You may need to add the rest of the directories, but I don't remember having to add sub-directories when i had to do it...

cLive ;-)