Is this expected behaviour or am I just losing the thread?
My .ttreerc contains 'template_recursion = 1'. Unless I set 'recurse' to
a true value as well, the RECURSION option to Template->new is forced to
zero by the following line in ttree:

(line 92) 
$ucttopts->{ RECURSION } = $recurse if defined $recurse;

Given that line 66:
my $recurse  = $config->recurse;

always gives a defined value (0 if I don't have 'recurse' set in .ttreerc)
the value of RECURSION is always going to be the same as the value for
the ttree 'recurse' option.

Am I going crazy? Is that intentional? I only ask becase my requirement 
is to have and not the other (I need RECURSION).

cheers

nic
-- 
New No New Age Advanced Ambient Motor Music Machine


_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.ourshack.com/mailman/listinfo/templates

Reply via email to