foreach my$ele (@array) { #   print "$ele\n";     # Kannste weglassen   foreach my$ele2 (keys %$ele) {     print $ele->{$ele2},"\n";   } }