perl module install without root access?

Top Page
Attachments:
Message as email
+ (text/plain)
Delete this message
Reply to this message
Author: Mike Starke
Date:  
Subject: 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