in reply to Re^2: Sorting hash of hash of hash by values
in thread Sorting hash of hash of hash by values
Yes, $a and $b are aliases to values that get compared. Even if it were not it wouldn't make sense to add more dereferencing to a hash structure than there is depth.
Just out of curiosity: Why did you write $a and $b into your code if you didn't know that?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Sorting hash of hash of hash by values
by legendx (Acolyte) on Jul 08, 2011 at 14:47 UTC |