in reply to sorting a list of hashes on an element/attribute of the hash
use Sort::Key ; # sorting by a numeric integer key: @by_order = ikeysort { $_->{order} } @$data;
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: sorting a list of hashes on an element/attribute of the hash
by salva (Canon) on Jun 04, 2007 at 17:43 UTC |