Help for this page
return sprintf("%.2f", $outval/100);
return $outval;
print "\$total: $total\n";
printf("%s: %.2f\n", '$total', $total/100);