print "here GetHosts - " . Dumper($ref_data) . "\n"; #### print "here GetHosts - ", Dumper($ref_data), "\n"; #### my %do_for = ( get_hosts => \&GetHosts, get_new_fw_rules => \&GetNewFWRules, ); #... $do_for({$what_to_do}->( $_, \%data );
## print "here GetHosts - ", Dumper($ref_data), "\n"; ##
## my %do_for = ( get_hosts => \&GetHosts, get_new_fw_rules => \&GetNewFWRules, ); #... $do_for({$what_to_do}->( $_, \%data );