Help for this page
%hash = ( foo => { ... there => '...' } );
for (sort { $hash{$a}->{this} <=> $hash{$b}->{this} } keys %hash)