Perl Language Easy way to check installed modules on Mac and Ubuntu Check installed perl modules via terminal

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Extensions
> Step 2: And Like the video. BONUS: You can also share it!

Example

Type below command:

instmodsh

It'll show you the guild as below:

Available commands are:
   l            - List all installed modules
   m <module>   - Select a module
   q            - Quit the program
cmd?

Then type l to list all the installed modules, you can also use command m <module> to select the module and get its information.

After finish, just type q to quit.



Got any Perl Language Question?