I have a little problem with some hashes.
if i have a hash containing, John,John,John,Bob,Bob,Paul – is there then a function that can return just:
John, Bob, Paul.
In other words i want to get all different values(or keys if value is not possible) – but only once :).
I hope u understand my question, thx 🙂
Something like this may help you:
Keys are uniq always.