InfiniteLoop has asked for the wisdom of the Perl Monks concerning the following question:
I use a <tmpl_loop> construct to display the "name" and "id" in the tree.[ { 'name' => 'foo', 'id' => 1 'children' => [ { 'name' => 'bar', 'id' => 2, "children" => ... }, .... ] }, ... ]
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: list of list and HTML::Template
by jeffa (Bishop) on Sep 20, 2005 at 19:55 UTC | |
|
Re: list of list and HTML::Template
by neniro (Priest) on Sep 20, 2005 at 15:41 UTC | |
|
Re: list of list and HTML::Template
by Ctrl-z (Friar) on Sep 20, 2005 at 17:20 UTC | |
|
Re: list of list and HTML::Template
by saberworks (Curate) on Sep 20, 2005 at 15:55 UTC | |
|
Re: list of list and HTML::Template
by InfiniteSilence (Curate) on Sep 20, 2005 at 15:20 UTC | |
by InfiniteLoop (Hermit) on Sep 20, 2005 at 15:40 UTC | |
|
Re: list of list and HTML::Template
by zigdon (Deacon) on Sep 20, 2005 at 23:33 UTC |