Help for this page
# split the array down and recurse if ($item < $miditem) ... @_ = ($item, @array[$midpoint + 1 .. $#array] ); goto &elem_exists; }