/ Published in: Bash
Quick Command to find all installed Perl Modules.
Expand |
Embed | Plain Text
perl -MFile::Find=find -MFile::Spec::Functions -Tlwe 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'
You need to login to post a comment.
