in reply to Template with optional PHP execution

Did you have a look at Text::Template and HTML::Template? I don't know HTML::Template that well, but I know Text::Template and it does what you describe, and more, in a much more robust and powerful way. It is also just as easy to use.

I definitely would _not_ re-invent an ad-hoc templating system when people like Dominus have already written it, and when it has been used for several years by thousands of users.

Replies are listed 'Best First'.
Re^2: Simple Template
by fedekiller (Initiate) on Dec 11, 2006 at 06:48 UTC
    I like the php-style of including files to the main template :3