Help for this page
sub add_pair { my ($self, $key, $digest) = @_; ... $self->add_cluster_pair($_, {key => $key, val => $digest->{$_} +}); } }