scmuser created the topic: find out which perl module installed?
Hi,
what is the way to find out perl module which has been installed in unix / linux system?
rajeshkumar replied the topic: Re: find out which perl module installed?
try out this?
find `perl -e ‘print “@INC”‘` -name ‘*.pm’ -print | tee ~/Perl-modules-installed.txt
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn
- Terraform Tutorial with Google Cloud – Create Single VM & Network - May 17, 2022
- Terraform Tutorial with Google Cloud – Create Single VM - May 17, 2022
- Google cloud Platform Authentication Method with Terraform - May 17, 2022