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