Thread Hash Zugriff auf Keys (1 answers)
Opened by hansi66 at 2010-12-09 17:58

hansi66
 2010-12-09 17:58
#143441 #143441
User since
2010-11-18
11 Artikel
BenutzerIn
[default_avatar]
Hallo, möchte auch einen mehrdim. Hash zugreifen. Bzw. auf dessen Keys...bekomme aber immer Fehlermeldung. Was mach ich denn falsch? Danke!

Code: (dl )
1
2
3
for my $Key (keys %{$hash->{'RD30.0'}->{'FlatKlasse'}->{'2172'}->{'Datum'}} ) {				
print "$Key => $hash->{'RD30.0'}->{'FlatKlasse'}->{'2172'}->{'Datum'}\n";
}


Global symbol "$hash" requires explicit package name at ./test3.pl line 1.
Global symbol "$hash" requires explicit package name at ./test3.pl line 2.
Execution of ./test3.pl aborted due to compilation errors.

View full thread Hash Zugriff auf Keys