Help for this page
my @Data = (); while ( <FH> ) ... @sortedData = sort { $a->{ meth } cmp $b->{ meth } } @Data;