NAME

Template::Process - Process TT2 templates against data files

SYNOPSIS

use Template::Process;
$tt = Template::Process->new();
$tt->run(TT => 'h.tt.html', VARS => 'vars.yml', OUT => 'h.html');

DESCRIPTION

This module implements a facility to process TT2 scripts against data files, so that applying simple templates to simple data involves no coding.

This is the heart of the tt script (which comes in the same distribution).

EXPORT

None at all. This is OO.

SEE ALSO

ttree (from Template distribution)

AUTHOR

Adriano Ferreira, <ferreira@cpan.org<gt>

COPYRIGHT

Copyright (C) 2006 by Adriano Ferreira

LICENSE

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.