Template::Direct - Creates a document page based on template/datasets
use Template::Direct;
my $template = Template::Direct->new( Location => $fileName/$refName );
my $result = $page->compile( Data => {DataSets}, Language => 'en' );
Creates, Saves and Manages templates, their languages, the publication of
and also does some work with the template design when saving unpublished templates
Create a new template, takes the arguments:
* Directory - Location of all files, base path.
* Location - Location of the template (Filename)
Load a Template Page object with specific language fallbacks.
Returns Template::Direct::Page object.
Copyright, Martin Owens 2008, AGPL