Hello.

I'm new to using TT, but not new to Perl (so please bear with me).

The thing that is baffling me is the order in which ttree decides to
process files and directories. I assumed directory listing order, but
this does not seem to hold true.

My directory structure looks like this:
/src/a
    /b
    /c

When I run ttree it seems to process the directories like so:
+ a
+ c
+ b

This order will remain consistent after each run until I move the
directories around and then it seems to pick a new order.
The order of processing is really important to me as I am setting a
global variable in directory 'a' which needs to be used in directory 'b'
but not directory 'c'.

Thanks.
- Andrew


_______________________________________________
templates mailing list
[EMAIL PROTECTED]
http://lists.template-toolkit.org/mailman/listinfo/templates

Reply via email to