On 09/27/2012 01:20 PM, Ronald J Kimball wrote:
> On Thu, Sep 27, 2012 at 1:10 PM, Mark Haney <ma...@abemblem.com
> <mailto:ma...@abemblem.com>> wrote:

>
> Can you show us the call to process the template?
>
> Ronald
>

My apologies all, I've been afflicted with RA since a teenager (until I was 38 
they didn't know what it was, it didn't show on tests) and I had a particularly 
nasty bout over the last week or so.  For most of that time I was bedridden and 
even sitting up was a struggle.

Here's the process to call the template:

>    my $template = Template->new({
>     # where to find template files
>     INCLUDE_PATH => ['/home/markh/work/epic.git/code/embmon-web/src', 
> '/home/markh/work/epic.git/code/embmon-web/lib'],
>     # pre-process lib/config to define any extra values
>     PRE_PROCESS  => ['config']
>     });
>
>     $template->process($file, $vars)
>         || die "Template process failed: ", $template->error(), "\n";

This is about as generic a call as you will see.  There's nothing really in it 
that makes me think it's a problem.




--

Mark Haney
Software Developer/Consultant
AB Emblem
ma...@abemblem.com
Linux marius.homelinux.org 3.5.1-1.fc17.x86_64 GNU/Linux

_______________________________________________
templates mailing list
templates@template-toolkit.org
http://mail.template-toolkit.org/mailman/listinfo/templates

Reply via email to