Perl: How to list all installed perl modules

Categories: Perl
I was looking for an easy way to clone my perl modules from one server to another but I wasn’t sure how to easily list my installed perl modules. I searched around and found the instmodsh command which lists all currently installed perl modules. I found Instmodsh is easy to use. In your terminal type insmodsh to use it and this will bring you to an interactive shell tool. Here is an example listing installed perl modules with the instmodsh command:

Read More →