Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              '10.1.7.142' => {
    ...
                              'clusterstatus' => on,
                              }, 
           };
    
  2. or download this
    [%  FOREACH ip = data %]
    
    this is ip [% ip %] counter is [% ip.counter %]
    
    [% END %]
    
  3. or download this
    this is ip is HASH(0x9c68328) counter is 
    this is ip is HASH(0x9c62e68) counter is 
    this is ip is HASH(0x9c62d0c) counter is
    
  4. or download this
    in the same object:
    
    ...
                         '10.1.7.11',
                         '10.1.7.112'
                       ],
    
  5. or download this
    [%  FOREACH ip in ips %]
    
    this is ip is [% ip %] counter is [% ip.counter %]
    
    [% END %]