in reply to Re^2: Array of hash sorting problem
in thread Array of hash sorting problem

You don't need to dereference the array, because the array elements to compare will be stored in $a and $b. All you need to do is to extract the fields of your array elements and compare them. See, again, the examples in perlfaq4, and also maybe References Quick Reference. Maybe you want to show the code you have written and explain where you actually have the problems instead of trying to make us write your code for you.