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
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
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
Thanks I am getting result with this command you provided.
its_joe