#============================================================= -*-perl-*- # # Template::Tutorial::Web # # DESCRIPTION # Tutorial on generating web content with the Template Toolkit # # AUTHOR # Andy Wardley # # COPYRIGHT # Copyright (C) 1996-2008 Andy Wardley. All Rights Reserved. # # This module is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # #======================================================================== =head1 NAME Template::Tutorial::Web - Generating Web Content Using the Template Toolkit =head1 Overview This tutorial document provides a introduction to the Template Toolkit and demonstrates some of the typical ways it may be used for generating web content. It covers the generation of static pages from templates using the L and L scripts and then goes on to show dynamic content generation using CGI scripts and Apache/mod_perl handlers. Various features of the Template Toolkit are introduced and described briefly and explained by use of example. For further information, see L