Help for this page

Select Code to Download


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