Help for this page

Select Code to Download


  1. or download this
    sub combinationN {
        my ($O,$Z,$current) = @_;
    ...
    print "$string\n";
        return $string
    }
    
  2. or download this
    sub combinationN {
        my ($O,$Z,$current,$tL) = @_;
    ...
    print "$string\n";
        return $string
    }