my %hash = $$hashref; #### my %hash = %$hashref; #### foreach my $key (keys %$hashref) { my $weight = $hashref->{$key}; ...
## my %hash = %$hashref; ##
## foreach my $key (keys %$hashref) { my $weight = $hashref->{$key}; ...