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