Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: kruhm on May 23, 2006, 05:40:34 PM
-
How do I find what perl modules are installed?
-
How do I find what perl modules are installed?
rpm -qa | grep perl
-
Hmmmm.... That works for the rpms but not all the modules were installed via rpm. I found what I was looking for in my notes:
perl -MFile::Find=find -MFile::Spec::Functions -lwe 'find { wanted => sub { print canonpath $_ if /\.pm\z/ }, no_chdir => 1 }, @INC'
now it's time to see what damage i can do with: http://www.catalystframework.org/