On Thu, Sep 27, 2012 at 1:10 PM, Mark Haney <ma...@abemblem.com> wrote:

#The part where it gets passed to the HTML:
>
> >     my $file = 'templates/shift_rpt.html';
> >     my $vars = {
> >     'cgi' =>CGI->new(),
> >     'factories' => \@rows_factory,  # This moves the data from the array
> into a var that gets carried into the template
> >     'shifts' => \@rows_shift # This moves the custom shifts names into
> the dropdown box for the reports
> >     };
> >
>
>
Can you show us the call to process the template?

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

Reply via email to