my $func_name = 'function1'; no strict 'refs'; &$func_name(arg1, arg2, arg3); [download]
In reply to Re: Access functions by name by JavaFan in thread Access functions by name by shmf