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"; }
In reply to Re: Installed modules and their versions
by Fletch
in thread Installed modules and their versions
by cog
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |