http://www.perlmonks.org?node_id=201188


in reply to To install a module...

On my box - got root baby:
perl Makefile.PL make make test make install
And for those occasions when I'm far to impatient to wait for the sysadmin to install modules on boxes where I don't have root access:
perl Makefile.PL PREFIX=/some-dir LIB=/some-dir make make test make install
-- vek --