perl module install without root access?

Páxina inicial
Anexos:
Mensaxe orixinal
+ (text/plain)
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Mike Starke
Data:  
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