Thread Probleme bei Zuallszahlen (9 answers)
Opened by Gast at 2007-06-17 23:20

Ronnie
 2007-06-18 02:19
#77603 #77603
User since
2003-08-14
2022 Artikel
BenutzerIn
[default_avatar]
[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;

View full thread Probleme bei Zuallszahlen