String Perl

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