Amphiaraus has asked for the wisdom of the Perl Monks concerning the following question:
my $call_recurse_tree = sub { my $node = shift; &recurse_tree($node); };
# PROCESS CHILDREN LIST: recurse_tree will be called on each +child of the input Dir Node Tree::Nary->children_foreach($node, $Tree::Nary::TRAVERSE_ALL +, $call_recurse_tree);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Tree::Nary -- my program is creating phantom nodes
by tilly (Archbishop) on Dec 18, 2008 at 23:13 UTC | |
by Amphiaraus (Beadle) on Dec 21, 2008 at 01:19 UTC | |
by tilly (Archbishop) on Dec 22, 2008 at 08:44 UTC | |
by Amphiaraus (Beadle) on Jan 01, 2009 at 17:35 UTC | |
by Amphiaraus (Beadle) on Dec 28, 2008 at 23:45 UTC | |
by tilly (Archbishop) on Dec 30, 2008 at 02:15 UTC | |
|
Re: Tree::Nary -- my program is creating phantom nodes
by ikegami (Patriarch) on Dec 18, 2008 at 19:53 UTC |