At 16:13 30/01/2002 +0000, Tony Bowden wrote:
>is even simpler due to L<THE DISTRIBUTIVE PROPERTY OF HTML SHORTCUTS>

Simpler, but more obscure. Must remember to use it somewhere. :-)

Is there a (significant) performance advantage of say

[% cgi.ul( cgi.li(foo) ) %

over

[% cgi.start_ul();
  FOREACH d = array;
  cgi.li(d);
  END;
  cgi.end_ul()
  %]

?

Up until now the style I have used has depended on my mood (and, it must be 
said, how hard I'm thinking).

Andrew

--
Andrew McFarland
UNITE Solutions
http://www.unite.net/



Reply via email to