Is it possible to use both HTML::Template::Expr and HTML::Template::Pluggable with CGI::Application::Plugin::AnyTemplate? The docs show different drivers for each one.
I'm currently using HTML::Template::Expr (CGI::Application::Plugin::AnyTemplate::Driver::HTMLTemplateExpr) for it's advanced conditionals but I'd also like to use HTML::Template::Pluggable so I could access objects directly in my templates using HTML::Template::Plugin::Dot. I tried adding: use HTML::Template::Pluggable; use HTML::Template::Plugin::Dot; to my main application module but that didn't work. -- Jason Bodnar [EMAIL PROTECTED] http://www.shakabuku.org UnWired Buyer. The best way to win on eBay. Period. http://www.unwiredbuyer.com --------------------------------------------------------------------- Web Archive: http://www.mail-archive.com/[email protected]/ http://marc.theaimsgroup.com/?l=cgiapp&r=1&w=2 To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
