foreach my $item (LARGE_LIST) { $key = property($item); $record{$key} += 2; if(condition_is_true($item)) { $record{$key} |= 1; } }