Help for this page

Select Code to Download


  1. or download this
    my %nodemetrics;
    
    ...
    }
    
    print Dumper(\%nodemetrics);
    
  2. or download this
    $VAR1 = {
              'server2' => {
    ...
                           }
            };
    
  3. or download this
    $string="1024|2200|30|100";
    @data = split(/\|/,$string);