Help for this page

Select Code to Download


  1. or download this
    =item is_module_installed
    
    ...
        }
        join '.', sprintf(join('', ("%03d")x@subs), @subs);
    }
    
  2. or download this
    my @tarballs = grep {
        not is_module_installed($_);
    } glob '*.tar*';