my $val = 0.001 ; $val = $val * 100 ; $val = $val / 100 ; print "$val "; [download]
In reply to printf rounding issue by vishy_acts