Welcome, Guest
Username Password: Remember me

find out which perl module installed?
(1 viewing) (1) Guest
Perl Script
  • Page:
  • 1

TOPIC: find out which perl module installed?

find out which perl module installed? 6 months, 1 week ago #735

  • scmuser
  • OFFLINE
  • Gold Boarder
  • scm master
  • Posts: 237
  • Points: 3427
  • Karma: 0
  • Honor Medal 2009
Hi,

what is the way to find out perl module which has been installed in unix / linux system?

Re: find out which perl module installed? 6 months, 1 week ago #736

  • rajeshkumar
  • OFFLINE
  • Moderator
  • I love software configuration management
  • Posts: 370
  • Points: 44562
  • Karma: 4
  • Honor Medal 2009
try out this?

find `perl -e 'print "@INC"'` -name '*.pm' -print | tee ~/Perl-modules-installed.txt
Regards,
Rajesh Kumar
Build and Release Engineer
My Blog: community.scmgalaxy.com/pg/profile/rajeshkumar
  • Page:
  • 1
Time to create page: 0.88 seconds

     
    
Home Forum