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


in reply to Installing binary-dependant module on shared hosting (Time::Piece)

You can specify the installation directory by following the directions at the bottom of the following:
http://www.bugzilla.org/docs/2.22/html/nonroot.html

Then specify which lib to use at the top of your perl script:
use lib qw( /this/is/the/path/to/my/installed/module/ )