On Thu, 2006-02-16 at 10:10 -0800, Tyler MacDonald wrote:
>       OK, this is the fifth time this morning I've heard about
> template::toolkit. It all started when a friend that I'm working on an AJAX
> library with came up to me and said "hey, ingy's rewritten Template::Toolkit
> in javascript! This solves our MVC problem!"

Ouch.

> Why am I forced to say
> 
>       [% FOREACH(blah) foo %]
> 
>       Instead of the
> 
>       [% for my $i (@foo) %]

You're not.  TT supports in-line Perl, and so do some other high-quality
templating tools for Perl:
http://perl.apache.org/docs/tutorials/tmpl/comparison/comparison.html

- Perrin

Reply via email to