in reply to sorting Array of hashes

If you'd like to sort the testcases as well, then use a hash instead of an array in the first place. And DON'T call it %hash :), it's just not healthy.
Let @array be %testcases instead.
You can then sort keys %testcases and process the embedded hashes as well.

I'm too lazy to be proud of being impatient.

Replies are listed 'Best First'.
Re^2: sorting Array of hashes
by balajinagaraju (Sexton) on Apr 03, 2012 at 09:18 UTC
    Hi , Thanks for your input, i will incorporate your suggestions:-)