Help for this page

Select Code to Download


  1. or download this
     sub popnum3 {
        my ( $x, $y, $z ) = @_;  # $_[3] is $zazb
    ...
        }
        return $aob[$x][$y];
    }
    
  2. or download this
    sub popnum3 {
        my ( $x, $y, $z, $zazb ) = @_;
        if ( $y == 0 ) {
    ...
        }
        return $aob[$x][$y];
    }