Help for this page

Select Code to Download


  1. or download this
    use Tree::RB::XS;
    
    ...
    }
    my $iter= $t->iter;
    printf OUT "%s\t%s\n", reverse $iter->next_kv while !$iter->done;