in reply to Installing perl-only .pm modules locally??

I use the PERL5LIB ENVIRONMENT variable to add directories to @INC, for example:
$ setenv PERL5LIB /home/me/lib

See also: Tutorials -> Modules: How to Create, Install, and Use -> A Guide to Installing Modules and Simple Module Tutorial