i have a variable that will contain the name of a function i want to run. how do i get it to run?
i have
sub func {...}
and a variable that will have a string "func" is there an easy way to run a function that has the same name as a string variable's contents?