Format 1234.56789
print sprintf "%.4f\n", $value; print sprintf "%.5f\n", $value; print sprintf "%6.6f\n", $value; print sprintf "%+.4e\n", $value;