in reply to Re: Optimize a HTML::Template::Expr template
in thread Optimize a HTML::Template::Expr template

Thanks zwon. I am trying HTML::Template::Pro. But I also need to call query() on the template object. Is it possible to get around this? In the sense use HTML::Template::Pro but still do query().

Edit: Or if I am not asking for too much is there a way to convert a HTML::Template object to HTML::Template::Pro object after I am done with all the query() calls and also some param() calls?
  • Comment on Re^2: Optimize a HTML::Template::Expr template

Replies are listed 'Best First'.
Re^3: Optimize a HTML::Template::Expr template
by zwon (Abbot) on Aug 24, 2009 at 17:26 UTC

    Nope, query is not supported. And I don't think there's good way to convert HTML::Template object into HTML::Template::Pro