Help for this page
else { for (values %$t_hash) { $total += $_ } # (use the statement modifier for if preferred) }
sub sum_hash { my $href = shift; my $total = 0; ... } return $total; }