Help for this page

Select Code to Download


  1. or download this
    while (1) {
        my $xda = int rand (0 .. $total);
        if ( $aob[$xda][ $y - 1 ] ne q{}) {
    ...
            last;
        }
    }