Author of:
and maintainer of:
I have given Module::Template::Setup some thought and I have concluded that CGI::FastTemplate (my favorite templating module) is not quite the right thing for Module::Template::Setup.
The problem is that is works with $placeholder
Which means that is works great for HTML, XML and other things but not Perl code templates. The problem is conflicts between placeholders and Perl scalars.
Does anybody else have a suggestion for a good, simple, filebased template system or should I write my own? I actually never wrote a complete templating system, maybe I should, it would probably do me good and maybe I could learn something...
Template Toolkit (Score:2)
Casey West
Use Template Toolkit (Score:1)
What he said (↑).
Also ... should you write your own templating system? - Sure why not, if you have the time I'm sure it would be educational. Should you release it to CPAN? - Almost certainly not.
TT is the bomb, but... (Score:2)