in reply to
Template Toolkit, problem with recursive wrapper templates
What does your Template->new look like? Do you Process => wrapper.tt2 or Wrapper => wrapper.tt2?
-Waswas
Comment on
Re: Template Toolkit, problem with recursive wrapper templates
Replies are listed 'Best First'.
Re^2: Template Toolkit, problem with recursive wrapper templates
by
larsen
(Parson)
on Jul 12, 2005 at 07:13 UTC
I'm not using Template directly, but via
ttree
. It's
WRAPPER => 'wrapper.tt2'
, though, since I'm using
wrapper = wrapper.tt2
in the ttree config file.
[reply]
In Section
Seekers of Perl Wisdom