Thread hash Problem
(11 answers)
Opened by Gustl at 2011-01-07 00:52
es heisst autovivifikation. ich beobachte das schon seit einiger zeit, dass hier ständig autovivikation geschrieben wird. es ist lästig, aber da gehört noch ein "fi" rein.
Quote habe ich gesagt, dass sie das nicht sollte? habe ich das thema autovivify reingebracht? autovivify funktioniert tadellos und schon in 5.8 auch mit skalaren: Code: (dl
)
1 perl -wle'use Data::Dumper; wie ich schon schrieb, ist die neuerung des codes my $hash->{foo} = 23; dass während der deklaration die variable schon benutzt und dereferenziert wird. deklaration und dereferenzierung. ist ein novum. funktioniert interessanterweise nicht mit normalen hashes: my $hash{foo} = 23; syntax error at -e line 2, near "$hash{foo" 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 |