Thread identische hash-schlüssel??? (12 answers)
Opened by supersucker at 2005-04-25 18:54

pq
 2005-04-25 19:11
#54204 #54204
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread identische hash-schlüssel???