Help for this page

Select Code to Download


  1. or download this
    use List::MoreUtils qw(any);
    ...
    ...
    sub importantCriterionForImportantStuff () { return $_ ne ''; }
    ...
    help() unless all { importantCriterionForImportantStuff } IMPORTANT_ST
    +UFF;