Hiya

This works:
  output = PROCESS my_block;

This doesn't:
  data = {
    output  => PROCESS my_block,
    other   => PROCESS my_other_block
  };

but instead dies with the error : unexpected token PROCESS

Is there any syntax that will allow this, or do I just have to do:

  output = PROCESS my_block;
  data = {
    output  => output,
  };

thanks

Clint

________________________________________________________________________

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