or perldoc perllocal#!/usr/bin/perl use ExtUtils::Installed; my $i = ExtUtils::Installed->new(); my (@modules) = $i->modules(); for $m (sort @modules) { print "$m ", $i->version($m), $/; }
In reply to Re: CPAN list?
by borisz
in thread CPAN list?
by sweyhrich
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |