in reply to Re^2: hashes with multiple values per key
in thread hashes with multiple values per key
Yes, "$yahoo{$key} += $value;" is the same as "$yahoo{$key} = $yahoo{$key} + $value;". Look under "Assignment operators" in perlop.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: hashes with multiple values per key
by GrandFather (Saint) on Aug 07, 2007 at 01:10 UTC |