hello monks, I need help with following code:
@Aname = [ { 200 => 'hello', name => 'akshay' }, { 100 => 'world', name => 'india' }, { 150 => 'great', name => 'ahm' } ]
i need to sort this so that I get the keys in order of 100, 150 and 200. Thanks
In reply to sort in array of hash required by upaksh
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |