my @sorted = sort { $a->{num} cmp $b->{ num } } @$data;