How to format numbers with locale based decimal separator in Perl?
I seek for way to use locale-based decimal separator in my perl-scripts. For now i don't see better solution than just s/\./,/ in specific places, but it is ugly and i'd like to have more clean solution.