Hallo, möchte auch einen mehrdim. Hash zugreifen. Bzw. auf dessen Keys...bekomme aber immer Fehlermeldung. Was mach ich denn falsch? Danke!
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.