sub test { my @args = @_[ARG0..$#_]; print "hier mal das 'hi' ausgeben: $args[0]\n"; }