LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   How do I check to see what Perl libraries are already installed on my system? (https://www.linuxquestions.org/questions/programming-9/how-do-i-check-to-see-what-perl-libraries-are-already-installed-on-my-system-406427/)

beetle_boy66 01-22-2006 02:38 AM

How do I check to see what Perl libraries are already installed on my system?
 
How do I check to see what Perl libraries are already installed on my system?

Is there a command I can issue that will list all the installed Perl libraries?

Boby 01-22-2006 11:31 AM

I don't know if there is a way to check what Perl libraries are installed throught a script, but maybe you can try this command if you are running an RPM distro
Code:

rpm -qa | grep perl
If you have a Debian based distro you can try apt-get and eventually Synaptic to search for installed packages.

Boby

foo_bar_foo 01-22-2006 12:52 PM

use this
http://patriot.net/~gary/pmtools-1.00.tar.gz
i keep a copy of it around cause it's hard to find

paulsm4 01-22-2006 03:00 PM

perldoc perllocal
 
The CPAN FAQ also recommends that you can use:
Quote:

perldoc perllocal
http://www.cpan.org/misc/cpan-faq.ht...talled_modules


All times are GMT -5. The time now is 12:13 AM.