Thread array of hash ?!? (9 answers)
Opened by DocJunioR at 2005-08-30 13:51

Ronnie
 2005-08-30 14:45
#57538 #57538
User since
2003-08-14
2022 Artikel
BenutzerIn
[default_avatar]
[quote=DocJunioR,30.08.2005, 12:29]also sollte das dann so aussehen?
(...)[/quote]
nein, das ist C-Style und nicht nötig:
Code: (dl )
1
2
3
for my $hash_ref (@data) {
print $hash_ref->{'pass'}, "\n" if exists $hash_ref->{'pass'};
}

View full thread array of hash ?!?