$one = 2.5;
$two = 2;
$three = $one + $two;

print "$three"; # prints     4.5

I want 4.5 in proper format as 04.05

Any ideas?

Thanks,
Sara.

Reply via email to