Help for this page

Select Code to Download


  1. or download this
    my ($carry, @tallykeeper) = map 0, @arrays, 0; #gets rid of warnings..
    +. w/strictures
    while (!$carry) {
    ...
       }
       print "\n";
    }
    
  2. or download this
    my ($carry, @tallykeeper) = map 0, @arrays, 0; #gets rid of warnings..
    +.
    while (!$carry) {
    ...
       print "$combostr\n";
    }