@sorted = sort {$a->{foo} <=> $b->{foo}} @data; #or @sorted = sort {$a->{bar} cmp $b->{bar}} @data;