Thread Problem mit einem Hash of Hashes (10 answers)
Opened by Dingels at 2008-12-11 19:09

pq
 2008-12-11 20:36
#117101 #117101
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Problem mit einem Hash of Hashes