[Templates] Findng Errors in Template files

Perrin Harkins perrin at elem.com
Thu Jan 10 17:41:55 GMT 2008


On Jan 10, 2008 8:27 AM, Clayton Scott <clayton.scott at gmail.com> wrote:
> I believe that he's looking for a method of checking his templates for
> check for template syntax errors,
> essentially the equivalent of perl -c perlfile for perl syntax errors.

I assumed he must already have tried running the template and received
an error message, since he knew the template had an error.  Examining
the generated perl code is a technique some people use to find
problems when the error message is not helpful enough.

- Perrin



More information about the templates mailing list