my $found = 0; for my $item (@array) { if ($item eq 'something') { $found = 1; last; } }