Re: Multiple queries to populate drop down list boxes.
Mark Haney <MarkH-rOuQeLG7NUhWk0Htik3J/[email protected]> Thu, 4 Oct 2012 12:52:35 +0000
| Newsgroups | gmane.comp.lang.perl.modules.template-toolkit |
|---|---|
| Message-ID | <[email protected]> |
On 09/27/2012 01:20 PM, Ronald J Kimball wrote: > On Thu, Sep 27, 2012 at 1:10 PM, Mark Haney <MarkH-rOuQeLG7NUhWk0Htik3J/[email protected] > <mailto:MarkH-rOuQeLG7NUhWk0Htik3J/[email protected]>> 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 markh-rOuQeLG7NUhWk0Htik3J/[email protected] Linux marius.homelinux.org 3.5.1-1.fc17.x86_64 GNU/Linux _______________________________________________ templates mailing list [email protected] http://mail.template-toolkit.org/mailman/listinfo/templates