http://www.perlmonks.org?node_id=941179


in reply to Simple addition/subtraction not working

sprintf
my $fourth_total = sprintf '%.3f', $third_total + $fifth_num;
Floating_point