in reply to Best Macro Syntax for Perl?

Assuming you're not thinking about a source filter (which I always avoid)...

What about using Template::Toolkit as the processing engine? You could let the user decide what syntax to use, defaulting to [% ... %]

Replies are listed 'Best First'.
Re^2: Best Macro Syntax for Perl?
by Jeffrey Kegler (Hermit) on Nov 12, 2007 at 01:08 UTC
    The more I think about it, the better I like this idea (letting the user specify his own choice of macro syntax, but defaulting to [% ... %]).