Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Find Perl Modules Installed.

by dree (Monsignor)
on Jul 01, 2002 at 15:00 UTC ( [id://178577]=note: print w/replies, xml ) Need Help??


in reply to Find Perl Modules Installed.

One way is to use ExtUtils::Installed
use ExtUtils::Installed; my $inst = ExtUtils::Installed->new(); print join "\n", $inst->modules();
for more informations: ExtUtils::Installed

There is also a free CGI script from Scriptsolutions that shows you all the installed modules and other useful informations.

The script (perldiver) is located here

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://178577]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (7)
As of 2024-04-23 13:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found