$i = 5.5; print "$i unformatiert\n"; printf "%2.5f formatiert\n", $i;