in reply to Re: Build in modules in perl
in thread Build in modules in perl

Use the following script it will display all the modules you have installed.

perl -MFile::Find=find -MFile::Spec::Functions -Tlwe \ 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => +1 }, @INC'

Replies are listed 'Best First'.
Re^3: Build in modules in perl
by Anonymous Monk on Feb 09, 2011 at 13:06 UTC
    That has nothing to do with the question, stay on topic