Web Hosting Talk







View Full Version : Perl Modules


hoster
03-31-2002, 09:54 PM
I can't seem to locate where the perl modules are to be installed, this is on a Ensim cp box, the only place I found some were at
/usr/lib/perl5/5.6.0 that just seem right to me.

I have installed them a Linux box before but with the Ensim cp, they don't seem to be in the same place.

Any help from some one using Ensim that have installed or know where they are at.

Rich
:confused:

Shyne
04-01-2002, 12:09 AM
Get the modules from cpan.org and compile it. I believe it finds the default installation directory by its self.

priyadi
04-01-2002, 08:52 AM
This command list the directories where Perl will look for modules:


perl -e 'print join "\n", @INC'