CGI::Builder::TT2 is a Perl module for CGI::Builder and Template Toolkit 2 integration.
SYNOPSIS
# just include it in your build
use CGI::Builder
qw| CGI::Builder::TT2
|;
This module transparently integrates CGI::Builder and Template in a very handy, powerful and flexible framework that can save you a lot of coding, time and resources.
With this module, you don't need to produce the page_content within your page handlers anymore (unless you want to); you don't even need to manage a template system yourself (unless you want to).
You can save all that by just including this module in your build, because it implements an internal transparent and automatic template system that even without your explicit intervention is capable of finding the correct template and the correct runtime values to fill it, and generates the page_content automagically. With this module you can even eliminate the page handlers that are just setting the page_content, because the page is automatically sent by the template system.
Product's homepage
Requirements:
· Perl