Results 1 to 3 of 3

Thread: How to check the PERL module which are installed on the server

  1. #1
    Member
    Join Date
    Feb 2007
    Posts
    134

    Default How to check the PERL module which are installed on the server

    Hello,

    We have installed many PERL modules on the server. How to see that modules from the backend. Is there any command using which we can check the modules of perl on server ???

    Thank You.

    its_joe

  2. #2
    Member
    Join Date
    Mar 2007
    Posts
    12

    Default PERL modules installed on the server by command

    Hello Joe,

    Sure. You can see the perl modules installed on the server from the backend with the help of the command.
    --------------------------------------------------------------------------------------------------------
    perl -MCPAN -e 'CPAN::Shell->r'
    --------------------------------------------------------------------------------------------------------
    This command will list the perl modules as below.

    # perl -MCPAN -e 'CPAN::Shell->r'
    CPAN: File::HomeDir loaded ok
    CPAN: Storable loaded ok
    Going to read /home/.cpan/Metadata
    Database was generated on Thu, 15 Mar 2007 09:11:36 GMT

    Package namespace installed latest in CPAN file
    AppConfig 1.63 1.64 ADAMK/AppConfig-1.64.tar.gz
    AutoLoader 5.60 5.63 SMUELLER/AutoLoader-5.63.tar.gz
    B::Concise 0.65 0.66 NWCLARK/perl-5.8.8.tar.gz
    Compress::Raw::Zlib 2.001 2.004 PMQS/Compress-Raw-Zlib-2.004.tar.gz
    Compress::Zlib 2.001 2.004 PMQS/Compress-Zlib-2.004.tar.gz
    Convert::ASN1 0.20 0.21 GBARR/Convert-ASN1-0.21.tar.gz
    Crypt::CBC 2.21 2.22 LDS/Crypt-CBC-2.22.tar.gz
    Curses 1.14 1.15 GIRAFFED/Curses-1.15.tgz

    Please let me know if you need any further assistance.

    Thanks,
    Shivin Vijai
    Jr. System Administrator.
    shivinvijai@yahoo.com

  3. #3
    Member
    Join Date
    Feb 2007
    Posts
    134

    Default

    Thanks I am getting result with this command you provided.

    its_joe

Similar Threads

  1. The perl module Expect could not be installed
    By will72wein in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 02-18-2010, 09:27 PM
  2. Replies: 9
    Last Post: 11-06-2007, 06:02 AM
  3. Replies: 3
    Last Post: 10-10-2007, 05:42 AM
  4. Perl Module Installed
    By Nico in forum cPanel & WHM Discussions
    Replies: 1
    Last Post: 10-07-2003, 03:59 PM