Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Installed modules and their versions

by Fletch (Bishop)
on Jan 07, 2005 at 09:27 UTC ( [id://420212]=note: print w/replies, xml ) Need Help??


in reply to Installed modules and their versions

Use CPAN?

use CPAN (); for my $mod (CPAN::Shell->expand("Module","/./")){ next unless $mod->inst_file; my $ver = $mod->inst_version print $mod->id, ":\t", defined $ver ? $ver : "UNDEF", "\n"; }

Replies are listed 'Best First'.
Re^2: Installed modules and their versions
by bibliophile (Prior) on Jan 07, 2005 at 14:30 UTC
    Hmm. I've never played around with 'use CPAN'... but wouldn't that miss modules built locally?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (2)
As of 2024-04-26 03:31 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found