in reply to Re: sort in array of hash required
in thread sort in array of hash required
How could I optimize the repetitive $_->{'<key>'} structure?print "#keynum, keyname, name\n"; print "$_->{'keynum'}, $_->{'keyname'}, $_->{'name'}\n" for @sortedAna +me;
Have a nice day, j
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: sort in array of hash required
by johngg (Canon) on Nov 16, 2011 at 16:37 UTC | |
Re^3: sort in array of hash required
by AnomalousMonk (Archbishop) on Nov 16, 2011 at 17:04 UTC |