Thread hash mit value array und im array hash (5 answers)
Opened by meto at 2012-04-10 09:02

pq
 2012-04-10 12:14
#157355 #157355
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
2012-04-10T08:49:25 hlubenow
2012-04-10T07:39:37 bloonix
Code: (dl )
foreach my $value (@{$hash{'hash1'}}) {...

Zur Erklärung vielleicht:
$hash{'hash1'} ist eine Referenz auf eine anonyme Liste.

nein, eine referenz auf ein anonymes array. ein wichtiger unterschied.
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 hash mit value array und im array hash