Help for this page

Select Code to Download


  1. or download this
    "balArray" : [
          {
    ...
                   ],
                   "name" : "192.168.1.101"
                },
    
  2. or download this
    #JSON
    my $json = new JSON;
    ...
    print {$output_fh} "$json_data->{rule},";
    print {$output_fh} "$json_data->{priority},\n";
    }