in reply to Re: HTML::Template Loop Question
in thread HTML::Template Loop Question
<ul> <TMPL_LOOP people> <li> <TMPL_VAR person> </TMPL_LOOP> </ul>
Not having used these templates myself yet, I may be spouting off without cause here, but shouldn't you close off the li?
<ul> <TMPL_LOOP people> <li> <TMPL_VAR person> </li> </TMPL_LOOP> </ul>
$;=sub{$/};@;=map{my($a,$b)=($_,$;);$;=sub{$a.$b->()}} split//,".rekcah lreP rehtona tsuJ";$\=$ ;->();print$/
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: HTML::Template Loop Question
by blokhead (Monsignor) on Sep 23, 2003 at 23:34 UTC | |
by jeffa (Bishop) on Sep 23, 2003 at 23:47 UTC | |
by clscott (Friar) on Sep 24, 2003 at 00:08 UTC | |
by jonadab (Parson) on Sep 24, 2003 at 02:19 UTC | |
by Willard B. Trophy (Hermit) on Sep 24, 2003 at 14:08 UTC |