my @labels=sort {$hash{$a}<=>$hash{$b}} keys %hash; my @content = @hash{@labels};