in reply to Creating my own CPAN directory

1. Download tarball from http://search.cpan.org
2. Install with
perl Makefile.PL LIB=/home/mike/perl_modules make make test make install

3. Use with
use lib '/home/mike/perl_modules'; use Some::Module;