perl module install without root access?

Página superior
Adjuntos:
Obtener este mensaje como un correo
+ (text/plain)
Eliminar este mensaje
Responder a este mensaje
Autor: Mike Starke
Fecha:  
Asunto: perl module install without root access?
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