Help for this page
$ perl -E 'say sprintf("3,%d", 14)' 3,14 ... $ perl -E 'say sprintf("3,%d", 14) =~ y/,/./r' 3.14
No recent polls found