Help for this page

Select Code to Download


  1. or download this
                $zaza = $aob[$x][$y];
    
  2. or download this
        return $aob[$x][$y];
    
  3. or download this
    sub popnum1 {
        my( $x, $y, $z ) = @_;
    ...
            }
        }
    }
    
  4. or download this
    sub popnum1 {
        my( $x, $y, $z ) = @_;
    ...
                ? $initial + $z
                : $z + $aob[$x][ $y - 1 ];
    }