Results 1 to 3 of 3

Thread: Perl Modules

  1. #1
    Join Date
    Mar 2001
    Location
    Brookfield, WI
    Posts
    214

    Question Perl Modules

    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

  2. #2
    Join Date
    Mar 2002
    Posts
    1,003
    Get the modules from cpan.org and compile it. I believe it finds the default installation directory by its self.

  3. #3
    Join Date
    Apr 2001
    Location
    Depok, Indonesia
    Posts
    988
    This command list the directories where Perl will look for modules:

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •