Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
Most of the Apache::Template configuration directives relate directly to their Template Toolkit counterparts, differing only in having a TT2 prefix, mixed capitalization, and lack of underscores to space individual words. This is to make sure Apache::Template configuration directives keep with the preferred Apache/mod_perl style. For example:
Apache::Template => Template Toolkit -------------------------------------- TT2Trim TRIM TT2IncludePath INCLUDE_PATH TT2PostProcess POST_PROCESS ...etc...