sub set_arr_testFeld { my $object = shift(); my @testFeld = shift(); $object->{testFeld} = @testFeld; }