in reply to Installing perl modules
Hi,
Is there a way install perl modules into a directory of my choosing cg-bin on shared web hosting? I don't have root access, and I not allowed to install modules into the standard Perl directories.
set the PERL5LIB environment variable to the path /home/foo.
Then when u install the module just do this
perl Makefile.PL PREFIX=/home/foo
Thanks
Sasi kumar