in reply to Wanted, template module

I'm using Text::ScriptTemplate for my project. It is very simple, the main disadvantage being that if you have (syntax-) errors in the embedded Perl code, they are sometimes hard to find because you don't get any information about the line numbers. So I wouldn't recommend it for templates where you have to embed a lot of code logic, but otherwise it's not bad.

-- 
Ronald Fischer <ynnor@mm.st>