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