Thread Hashes:Verschiedene Schlüssel Gleicher Wert: kleiner Syntaxfelher? Blindsei (6 answers)
Opened by peggy at 2004-08-12 13:14

pq
 2004-08-12 13:30
#85710 #85710
User since
2003-08-04
12209 Artikel
Admin1
[Homepage]
user image
@sri, meinst du nicht eher sowas?
Code: (dl )
1
2
3
@liste = qw(lala tset foo bar yada);
my %wortliste;
@wortliste{@liste} = (0) x @liste;
\n\n

<!--EDIT|pq|1092303079-->
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 Hashes:Verschiedene Schlüssel Gleicher Wert: kleiner Syntaxfelher? Blindsei