The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
CGI-Builder-HTMLtmpl README File
====================================


Description
-----------

This module transparently integrates CGI::Builder and HTML::Template in a very handy and flexible framework that can save you some coding.
    
Installation
------------

0.  Prerequisites:
- CGI::Builder   >= 1.0
- HTML::Template >= 1.0

1. CPAN installation

    perl -MCPAN -e 'install CGI::Builder::HTMLtmpl'

If you want to install all the extensions and prerequisites of the CBF, all in one easy step:

    perl -MCPAN -e 'install Bundle::CGI::Builder::Complete'

2. Standard installation
- from the directory where this file is located, type:

        perl Makefile.PL
        make
        make test
        make install


--
Domizio Demichelis perl.4pro.net
2004-02-18