Help for this page
sub cmp_undef { my ( $a, $b ) = @_; ... } @$ResultsFinal = sort \&cmp_undef(...,...), @$ResultsFinal;