for my $line_hash (@array1){ if ($line_hash->{'bill'} =~ /1117/){ print "Found a match"; } }