in reply to Re^4: Sorting an array of hashes
in thread Sorting an array of hashes
You get the result you want, but the semantic is not what you indicate by using exists so I'd rather use defined in that case.
Run it to produce:
So, the element exists, but it's value is undefined.
|
|---|