Add built local::lib
[catagits/Gitalist.git] / local-lib5 / lib / perl5 / i486-linux-gnu-thread-multi / Template / Tutorial.pod
1 #============================================================= -*-perl-*-
2 #
3 # Template::Tutorial
4 #
5 # DESCRIPTION
6 #   Section index for the Template::Tutorial documentation.
7 #
8 # AUTHOR
9 #   Andy Wardley  <abw@wardley.org>
10 #
11 # COPYRIGHT
12 #   Copyright (C) 1996-2007 Andy Wardley.  All Rights Reserved.
13 #
14 #   This module is free software; you can redistribute it and/or
15 #   modify it under the same terms as Perl itself.
16 #
17 #========================================================================
18
19 =head1 NAME
20
21 Template::Tutorial - Template Toolkit Tutorials
22
23 =head1 Template Toolkit Tutorials
24
25 =head2 Template::Tutorial::Web
26
27 The L<Template::Tutorial::Web> tutorial shows how you can use the 
28 Template Toolkit to generate static and dynamic web content.
29
30 =head2 Template::Tutorial::Datafile
31
32 The L<Template::Tutorial::Datafile> tutorial shows how you can
33 use the Template Toolkit to generate other data formats like XML.
34
35 =cut
36
37 # Local Variables:
38 # mode: perl
39 # perl-indent-level: 4
40 # indent-tabs-mode: nil
41 # End:
42 #
43 # vim: expandtab shiftwidth=4: