Help for this page

Select Code to Download


  1. or download this
    for (@{$HoA{cluster}}) {
     print "Matches\n" and last if $value eq $_;
    }
    
  2. or download this
    
    $found = first { $_ eq 'remap.config.hosts' } @{$HoA{cluster}};