The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

CGI::FormBuilder::Template::Text - FormBuilder interface to Text::Template

SYNOPSIS

    my $form = CGI::FormBuilder->new(
                    fields   => \@whatever,
                    template => {
                        type => 'Text',
                        arg1 => val1,
                    },
               );

DESCRIPTION

This engine adapts FormBuilder to use Text::Template. Documentation is actually under CGI::FormBuilder::Template or Text::Template, so please refer to those for more information.

SEE ALSO

CGI::FormBuilder, CGI::FormBuilder::Template, Text::Template

REVISION

$Id: Text.pm,v 1.5 2005/02/04 22:53:59 nwiger Exp $

AUTHOR

Copyright (c) 2000-2005 Nathan Wiger <nate@sun.com>. All Rights Reserved.

Text::Template support is mainly due to huge contributions by Jonathan Buhacoff. Thanks man.

This module is free software; you may copy this under the terms of the GNU General Public License, or the Artistic License, copies of which should have accompanied your Perl kit.