my $call = '$jobs->$func(' . join(', ', map qq{"$_"}, @args) . ')'; my %jobstats = eval $call; #### my %jobstats = $jobs->$func(@args);