|
|
| XP is just a number | |
| PerlMonks |
Re: How to remove duplicate key/value pairs in hash of arrayby dws (Chancellor) |
| on Feb 20, 2001 at 18:20 UTC ( [id://59740]=note: print w/replies, xml ) | Need Help?? |
This is an archived low-energy page for bots and other anonmyous visitors. Please sign up if you are a human and want to interact.
You can eliminate duplicate values by inverting the hash (turning key/value pairs into value/key pairs) and then re-inverting.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||