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.
I seek for way to use locale-based decimal separator in my perl-scripts. For now
Share
The perllocale manpage might be useful. It also has examples.