Help for this page

Select Code to Download


  1. or download this
    C:\>instmodsh
    Available commands are:
    ...
    cmd? q
    
    C:\>
    
  2. or download this
    perl -MExtUtils::Installed -le "for(ExtUtils::Installed->new()->files(
    +'Perl')){print if /\.pm$/}"
    
    ...
    
    perl -MExtUtils::Installed -le "for(ExtUtils::Installed->new()->files(
    +'Perl')){if(/lib\/(.*?)\.pm$/){$_=$1;s(/)(::);print}}"