my %index = map { map { $_ => 1 } @$_ } @mainarr; print "found" if $index{ 'tofind' };