Thread Use of uninitialized value: Wie initialisiere ich ein Hash richtig? (14 answers)
Opened by x-man at 2004-03-04 17:18

pq
 2004-03-04 17:34
#1528 #1528
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[quote=x-man,04.03.2004, 16:18]
Code: (dl )
1
2
my %hash;
$hash{$key} = $value; #Fehlermeldung weist auf diese Zeile
[/quote]
dann muss $key oder $value undef sein
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 Use of uninitialized value: Wie initialisiere ich ein Hash richtig?