Brain freeze: What's the idiom for capturing filter output inline?
SET link = text | uri | html;
I know I can do this:
MACRO linkify(t) t | uri | html;
SET link = linkify(t);
But I thought there was a way to use the filters directly.
--
Bill Moseley
[EMAIL PROTECTED]
_______________________________________________
templates mailing list
[email protected]
http://lists.template-toolkit.org/mailman/listinfo/templates
