in reply to incrementing hash values
Then, to extract them, you'd do something like this:push @{$hash{$key}}, $value
foreach my $key (keys %hash) { print "$key =>\n" foreach my $thing (@{$hash{$key}}) print "\t$thing\n"; } }
thor
Feel the white light, the light within
Be your own disciple, fan the sparks of will
For all of us waiting, your kingdom will come
|
|---|