sub routine { my ($hash_ref1,$hash_ref2)=@_; my %hash1=%{$hash_ref1}; #umkopieren $hash1{key}="wert"; #wirkt sich nicht auf ursprüngliches Hash aus }