Help for this page

Select Code to Download


  1. or download this
    
        $tree[0] = $arr[0];
    ...
        my @copy = @$subNg;
        splice @{$tree}, $index + 1, 0, \@copy;