> ]- Yep I just forgot to mention that I'm using VARIABLES (PRE_DEFINE) so
it
> doesn't work for me...
> I've tried but process() can't set VARIABLES isn't it ?! Any workaround to
> this ?

Just pass them to process.  You can do the defaults yourself, something like
this:

my %template_input = (%defaults, %current_data);

- Perrin



Reply via email to