Hello, We have a new project, which is medium large, with about 300 CGI scripts with Perl. We have designers who make HTML/JS/CSS etc. But designers don't know Perl. I want to choose a template system which will separate Perl code from front-page codes (like html,css etc). I have the experience on using HTML::Template and Template::Toolkit. HTML::Template is too simple, for example, if the programmer want to generate a dynamic "select" form, the template can't handle it. Template::Toolkit is smart enough, but it requires designners to know some syntax about Perl.
So, is there any other good choice? Any suggestion are welcome. Thanks. Jenn