> The warnings are important. I find they catch mistakes in templates > (or in the stash). Just this week we have new Template coders and the > warnings have already been helpful to find mistakes. > > Interestingly enough, the suppression of the undefined values (foo.bar > when foo is undefined) turns out to be a valuable feature in creating > clean templates, for example [% IF foo.bar %] is often all that is > needed instead of a nested IF foo.defined; IF foo.bar; At one point > I tried using DEBUG_UNDEF and coding the templates around the errors. > Looked too much like Perl and the templates were unwiedly. > > ++ to all of the above
clint _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates
