my $subref = \&test; $subref->(); # test ausführen sub test { print "hello world"; }