Help for this page

Select Code to Download


  1. or download this
    else {
       my $pos = -1;
    ...
       my $offset = $cPosns[rand @cPosns];
       $cell = sprintf '%.2f', popnum3( $x, $y, $copycop, $offset, );
    }
    
  2. or download this
    sub popnum3 {
        my ( $x, $y, $z, $offset ) = @_;
    ...
        }
        return $aob[$x][$y];
    }