Help for this page

Select Code to Download


  1. or download this
    my $cnr = 2;
    for my $xda ( shuffle 0 .. $total ) {
    ...
            last if --$cnr == 0;
       }
    }
    
  2. or download this
    for my $xda ( shuffle 0 .. $total ) {
        if ( defined $aob[$xda][ $y - 1 ] ) {
    ...
            last;
       }
    }