foreach my $item (LARGE_LIST) { $key = property($item); $record{$key}++; if(condition_is_true($item)) { $flag{$key} = undef; } } # later if (exists $flag{$key}) { # flag is on }