Help for this page

Select Code to Download


  1. or download this
    perl -MExtUtils::Installed -le '$_=ExtUtils::Installed->new->modules;p
    +rint'
    
  2. or download this
    perl -le '@_=grep/Module/,split/\n/,`perldoc -uT perllocal`;print scal
    +ar@_'
    
  3. 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
    
  4. or download this
    diff -y mod.ext mod.loc|grep '<'|wc -l
    
  5. or download this
    diff -y mod.ext mod.loc|grep '>'|wc -l