my %check = map { $_ => 1; } (@ceck_vals); if ($check{$val}) { do_foo (); }