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