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

Title: perl modules
Post by: kruhm on May 23, 2006, 05:40:34 PM
How do I find what perl modules are installed?
Title: Re: perl modules
Post by: cactus on May 23, 2006, 09:47:49 PM
Quote from: "kruhm"
How do I find what perl modules are installed?

Code: [Select]
rpm -qa | grep perl
Title: perl modules
Post by: kruhm on May 24, 2006, 12:28:06 AM
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:
Code: [Select]

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/