[Templates] Process vs Macro ?

Perrin Harkins perrin@elem.com
Fri, 22 Sep 2006 13:50:00 -0400


On Fri, 2006-09-22 at 17:37 +0000, Darren Chamberlain wrote:
> It isn't just a matter of scope.  MACRO works a lot like a cross
> between CPP and Lisp macros: The code that the MACRO resolves to is
> inserted directly into the Perl version of the template (what gets
> compiled).

Does that matter?  Why would that affect your choice?

- Perrin