sub mySub { my @sub_result = ($wert1, $wert2); return wantarray ? @sub_result : \@sub_result; }