Help for this page
foreach my $i (0.5, 1.5, 1.7, 2.3 ,2.5, 2.7){ printf "%2.0f", $i; }
print int(0.6/0.2);
print 0.6/0.2;