perl module install without root access?

Mike Starke plug-discuss@lists.plug.phoenix.az.us
Thu, 10 Oct 2002 22:43:15 -0500


I am trying to install (use) a Perl module (Net::LDAP)
on a server of which I do not have root access (my ISP).

Can someone offer me some guidance on how to use/install
under such circumstances?

I have completed:
perl Makefile.pl
make

I have also attempted to do something like:
push (@INC, "path_which_contains_modules");

Any help would be appreciated

v/r
Mike