- or download this
perl -MExtUtils::Installed -le '$_=ExtUtils::Installed->new->modules;p
+rint'
- or download this
perl -le '@_=grep/Module/,split/\n/,`perldoc -uT perllocal`;print scal
+ar@_'
- or download this
perl -MExtUtils::Installed -le '@_=ExtUtils::Installed->new->modules;p
+rint for sort{lc$a cmp lc$b}@_' >mod.ext
...
diff -y mod.ext mod.loc
- or download this
diff -y mod.ext mod.loc|grep '<'|wc -l
- or download this
diff -y mod.ext mod.loc|grep '>'|wc -l