Advanced HTML::Template: Filters Nov 30, 2006 by Philipp Janert The CPAN module HTML::Template is a very simple, yet extremely useful module to achieve true separation of presentation and logic when programming CGI scripts. The basic idea is that, rather than having print statements scattered all through your code (the “classic” CGI approach), or mixing logic in with HTML (as in JSP, ASP, and Perl

