Help for this page
my $get_hosts = GetHosts($_, \%data); my $get_new = GetNewFWRules($_, \%data); ... get_hosts => $get_hosts, get_new_fw_rules => $get_new, );
my %do_for = ( get_hosts => [GetHosts($_, \%data)], get_new_fw_rules => [GetNewFWRules($_, \%data)], );