in reply to Using modules without admin privelages

In the interests of completeness, the other two options are:
BEGIN { push @INC, '/home/foo'; }
and setting PERLLIB. (If you have PERL5LIB defined already -- and you almost certainly do -- this environmental variable will be ignored.)

Use 'use lib'.