Tagged Questions
3
votes
4answers
2k views
In Perl, how can I limit the number of places after the decimal point but have no trailing zeroes?
This question is similar to "dropping trailing ‘.0’ from floats", but for Perl and with a maximum number of digits after the decimal.
I'm looking for a way to convert numbers to string format, ...