Thread identische hash-schlüssel???
(12 answers)
Opened by supersucker at 2005-04-25 18:54
einfache gegenfrage: was erwartest du bei folgendem code?
$hash{key} = 23; $hash{key} = 24; print $hash{key};\n\n <!--EDIT|pq|1114441911--> 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 |