Help for this page

Select Code to Download


  1. or download this
    foreach my $node ( @{ $self->{_children} } ) {
      push @list, $node->traverse();
    }
    return @list;
    
  2. or download this
    foreach node in the children ARRAY
      recursively call this routine
    ...
    
      when the routine reaches the end of the top children ARRAY
        the visited nodes haved all been pushed into the top list