my %hash = (); my $dummy = map( $hash{ $_ } = 1, @array ); my $checkthis = 'at'; ... if ( defined( $hash{ $checkthis )) { ... }