If I have a string which contains a function name, how do I make a call to the function? string func_name="myfunction"; // how do I call myfunction() using func_name?