Thread Problem mit einem Hash of Hashes
(10 answers)
Opened by Dingels at 2008-12-11 19:09
Dingels: mach mal statt
print Dumper @array; print Dumper %hash; das hier: print Dumper \@array; print Dumper \%hash; 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 |