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