Thread Use of uninitialized value: Wie initialisiere ich ein Hash richtig?
(14 answers)
Opened by x-man at 2004-03-04 17:18
[quote=Crian,04.03.2004, 16:35]"uninitialized value" klingt mehr nach Wert als nach Schlüssel ;)[/quote]
nein, mit 'value' ist nicht gemeint, ob key oder value, sondern allgemein der wert einer variablen o.ä. Quote wieso? keys werden stringified, und undef wird so zu '', das ist ganz legal 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 |