List all installed Perl Modules


/ Published in: Bash
Save to your folder(s)

Quick Command to find all installed Perl Modules.


Copy this code and paste it in your HTML
  1. perl -MFile::Find=find -MFile::Spec::Functions -Tlwe 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.