Help for this page

Select Code to Download


  1. or download this
    sub basic_tree_find {
        my ($tree_link, $target, $cmp) = @_;
    ...
        # tell caller where to create a new element (if desired).
        return ($tree_link, undef);
    }