my %hash1 = ( karl => 'egon', key => 'wert1', ); my %hash2 = ( karl => 'egon', key => 'wert1', key => 'wert2', );