aufruf: script.pl?funktion=print_hallo spript: $funktion = param('funktion'); eval{ &$funktion() } sub print_hallo{print "hallo"};