Thread Doppelte Benutzernamen zählen?
(4 answers)
Opened by BeeTeeIks at 2005-01-05 19:45
und nach anzahl sortieren:
foreach (sort {$usernames{$a} <=> $usernames{$b}} keys %usernames) {\n\n <!--EDIT|pq|1104954373--> 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 |