Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: How do you audit what Perl modules you use?

by steves (Curate)
on May 09, 2005 at 20:01 UTC ( [id://455299]=note: print w/replies, xml ) Need Help??


in reply to How do you audit what Perl modules you use?

use strict; use CPANPLUS::Backend; my $cpan = CPANPLUS::Backend->new(); foreach my $module ($cpan->installed()) { print $module->name(), "\n"; }

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others contemplating the Monastery: (5)
As of 2024-03-28 20:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found