my %hash = (); my %h2 = ( key => 'value', ); print $h2{'key'}; # Zugriff mit $ und dem Schlüssel