Help for this page

Select Code to Download


  1. or download this
    #prepopulate copy error array;
    sub popfilea {
    ...
        }
      }
    }
    
  2. or download this
    sub popnum1 {
      ( $x, $y ) = @_;
    ...
         return $aoa[$x][$y] + $aob[$x][ $y-1 ];
      }
    }
    
  3. or download this
     
    $coper = sprintf '%.2f', popnum1( $x, $y )
    
  4. or download this
     
    $coper = sprintf '%.2f', popnum( $model, $x, $y )