http://qs321.pair.com?node_id=30930


in reply to Using uninstalled modules

From the libnet documentation, as an example:
If you want to install a private copy of libnet in your home directory, then you should try to produce the initial Makefile with something like this command: perl Makefile.PL PREFIX=~/perl

This will install libnet in a directory called perl in your home directory.

-ppm