Help for this page

Select Code to Download


  1. or download this
            print "DEBUG: get_host: " . GetHosts($_, \%data) . "\n";
            print "DEBUG: get_new_fw: " . GetNewFWRules($_, \%data) . "\n"
    +;
    ...
            );
            #print "while\n";
            print "DEBUG: do_for: " . $do_for{$what_to_do} . "\n";
    
  2. or download this
    sub GetHosts {
    ....
        return 1;
    }