> Haven't tested, but I bet this works:
> 
>   data = {};
>   data.output = PROCESS my_block;
>   data.other = PROCESS my_other_block;

That does work, but I was hoping to be able to do it in this form:
   data = {
       output => PROCESS my_block;
   }

Just because it is neater and probably a fraction more efficient.


________________________________________________________________________

Clinton Gormley [EMAIL PROTECTED]

www.TravelJury.com - For travellers, By travellers




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

Reply via email to