sub test { my $href = shift; print "dref: $href->{'check'}\n"; $href->{'0'} = 'klappt nicht'; print "1: $href->{'0'}\n"; }