in reply to Re: Running a Code with Multiple Sets of Parameters Automatically
in thread Running a Code with Multiple Sets of Parameters Automatically

Which means that the OP can use map:
my %all_results = map { $_ => add_them(@{$Params{$_}}) } sort keys %Pa +rams;
I put sort just to preserve the exact order of calls to add_them, just in case some state is preserved inside the function itself.

Flavio
perl -ple'$_=reverse' <<<ti.xittelop@oivalf

Don't fool yourself.