#============================================================= -*-perl-*- # # Template::Tutorial::Web # # DESCRIPTION # This tutorial provides an introduction to the Template Toolkit and # a "quick start" guide to getting up to speed. Its primarily focus # is on using the Template Toolkit to build web content and it covers # 4 basic areas: using tpage and ttree; using the Template.pm module # in CGI scripts; writing Apache/mod_perl handlers; and extending the # toolkit by writing plugins. # # AUTHOR # Andy Wardley # # COPYRIGHT # Copyright (C) 1996-2001 Andy Wardley. All Rights Reserved. # Copyright (C) 1998-2001 Canon Research Centre Europe Ltd. # # This module is free software; you can redistribute it and/or # modify it under the same terms as Perl itself. # # REVISION # # #======================================================================== #------------------------------------------------------------------------ # IMPORTANT NOTE # This documentation is generated automatically from source # templates. Any changes you make here may be lost. # # The 'docsrc' documentation source bundle is available for download # from http://www.template-toolkit.org/docs.html and contains all # the source templates, XML files, scripts, etc., from which the # documentation for the Template Toolkit is built. #------------------------------------------------------------------------ =head1 NAME Template::Tutorial::Web - Generating Web Content Using the Template Toolkit =head1 DESCRIPTION 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