Help for this page

Select Code to Download


  1. or download this
    print "here GetHosts - " . Dumper($ref_data) . "\n";
    
  2. or download this
    print "here GetHosts - ", Dumper($ref_data), "\n";
    
  3. or download this
    my %do_for = (
        get_hosts        => \&GetHosts,
    ...
    #...
    
    $do_for({$what_to_do}->( $_, \%data );