$record{$key} = { count => $integer, flag => $boolean } #### foreach my $item (LARGE_LIST) { $key = property($item); $record{$key}{count}++; if(condition_is_true($item)) { $record{$key}{flag} = 1; } }