Help for this page
my %hash = $$hashref;
my %hash = %$hashref;
foreach my $key (keys %$hashref) { my $weight = $hashref->{$key}; ...