Help for this page

Select Code to Download


  1. or download this
        next if ! grep { $_<val> == 5 } @combo;
    
  2. or download this
        next if none(@a) == 5;
    
  3. or download this
    sub combo (Int $by is copy, @list is copy) returns Ref {
        my @position = 0 .. ($by - 2), $by - 2;
    ...
            }
        }
    }