perl module install without root access?

Startseite
Anhänge:
Nachricht
+ (text/plain)
Nachricht löschen
Nachricht beantworten
Autor: Mike Starke
Datum:  
Betreff: 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