Help for this page

Select Code to Download


  1. or download this
    my $ips = [
                {
    ...
                   clusterstatus => 'on',
                }, 
             ];
    
  2. or download this
    [%  FOREACH item IN ips %]
    
    this is ip is [% item.ip %] counter is [% ip.counter %]
    
    [% END %]