foreach (@target_strings) { if ($data eq $_) { doSomething(); last; } }