C:\>perl $eingabe = 42; $hash{$eingabe} = {bla => 17, blubb => 23}; @temp = keys %{$hash{$eingabe}}; print "@temp"; ^Z blubb bla