Koozali.org: home of the SME Server

perl modules

Offline kruhm

  • *
  • 680
  • +0/-0
perl modules
« on: May 23, 2006, 05:40:34 PM »
How do I find what perl modules are installed?

Offline cactus

  • *
  • 4,880
  • +3/-0
    • http://www.snetram.nl
Re: perl modules
« Reply #1 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
Be careful whose advice you buy, but be patient with those who supply it. Advice is a form of nostalgia, dispensing it is a way of fishing the past from the disposal, wiping it off, painting over the ugly parts and recycling it for more than its worth ~ Baz Luhrmann - Everybody's Free (To Wear Sunscreen)

Offline kruhm

  • *
  • 680
  • +0/-0
perl modules
« Reply #2 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/