Garth Webb <[EMAIL PROTECTED]> wrote > > If anyone knows of any other simple C-based templating systems they use > and like, I'd be interested to hear about it!
I really like HTML::Template. I know it's mostly perl based, but it is known for being really fast. Plus there are several cacheing options that work with mod_perl or regular CGI (since you said you need to support both). Plus, there's the HTML::Template::JIT which compiles your templates down to machine code, making it even faster. Michael Peters Venzia -- Report problems: http://perl.apache.org/bugs/ Mail list info: http://perl.apache.org/maillist/modperl.html List etiquette: http://perl.apache.org/maillist/email-etiquette.html