Thread Zahl formatieren
(17 answers)
Opened by bianca at 2012-12-11 14:49
hab ich alles schon probiert...
Code: (dl
)
1 $ perl -MPOSIX=LC_NUMERIC,setlocale -E 'setlocale LC_NUMERIC,"de_DE"; printf "%.2f\n", 1' Last edited: 2012-12-11 15:22:20 +0100 (CET) Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |