I'm also an advocate of HTML::Template. I find it follows the MVC philsophy very well, ensuring content is kept separate from code as much as possible. That translates to faster application deployment and easier maintenance.
Combined with CGI::Application, they also work well in mod_perl environments. | [reply] |
I agree. I've just wrapped up a little project that would have taken a dog's age doing it in my "old way". It ended up taking a mere two days, including learning HTML::Template, CGI::Application, and Perl IPC. And it's much more maintainable... :-) | [reply] |