Or you can click the link below to proceed:
Perl – How to list installed modules
A note for myself. This is how to list out what perl modules are installed.Way 1 :perl -MFile::Find=find -MFile::Spec::Functi ons -Tlwe 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'Way 2 :perldoc perllocal*** these are all taken from “http://perldo c.perl.org/perlmodli b.html”
Want to be redirected immediately?
Register yourself at Ping.sg to get rid of this page and also to get your read counted as Pong.