ala:
[% foo = [] IF 1 %]
[% USE Dumper; Dumper.dump(foo) %]
prints: $VAR1 = 'ARRAY(0x206cd7f4)' (prints some such, of course it varies)
when [% baz = [] %] (or perhaps: [% IF 1 %][% baz = [] %][% END %] ) [% USE Dumper; Dumper.dump(baz) %] prints: $VAR1 = []
thanks.
peace, -b [EMAIL PROTECTED]
(shameless plug: template-toolkit in heavy use and advertised here: http://www.uvm.edu/wruv/?action=info&pg=thanks )
_______________________________________________ templates mailing list [email protected] http://lists.template-toolkit.org/mailman/listinfo/templates
