in reply to Using the %ENV hash with the lib module
In addition to the BEGIN{} block, you might get away with adding the -I option to the hashbang line:
#!/usr/local/opt/perl5.005_51/bin/perl -I /net/endeavor/users/DTS
That depends on how you call the program, and on other limitations of the OS.