On Wed, Jan 30, 2002 at 04:27:56PM +0000, Andrew McFarland wrote:
> >is even simpler due to L<THE DISTRIBUTIVE PROPERTY OF HTML SHORTCUTS>
> Simpler, but more obscure. Must remember to use it somewhere. :-)

I don't agree.

I think   
  cgi.li(myarray)

is much easier to read, understand and maintain than 

  FOREACH d = myarray; cgi.li(d); END

And it's not particularly obscure either. It's one of the best bits
about CGI.pm ... 

> Is there a (significant) performance advantage of say

I don't think that performance should be the significant factor here ...

Tony
-- 
--------------------------------------------------------------------------
 Tony Bowden | [EMAIL PROTECTED] | http://www.tmtm.com/
             we barely have time to react in this world let alone rehearse
--------------------------------------------------------------------------


Reply via email to