Thread Probleme bei Zuallszahlen
(9 answers)
Opened by Gast at 2007-06-17 23:20
[quote=styx-cc,18.06.2007, 00:12]Aber dein Code gibt mir auch komische Sachen aus:[/quote]
Sortiert halt nach ASCII, ist leicht zu ändern: Code: (dl
)
print $_ . ": ". $histogram{$_} ."\n" for sort { $a <=> $b } keys %histogram; |