Help for this page

Select Code to Download


  1. or download this
    sub popnum3 {
        my ( $x, $y, $z ) = @_;
        my @row  = @{$aob[ $y - 1 ]};
    ...
        $aob[$x][$y] = $mean * ( 1 + $z );
        return $aob[$x][$y];
    }