Michael,

Thanks for the info; it is the second case that is concerning me, which is what I need to do. I am outside my comfort-zone with an override, and just need to see an example/tutorial of how it is done. Any suggestions for how to override load_tmpl? My initial attempt failed due to stupidity.

TIA,
Mark

Michael Peters wrote:
Mark Jaffe wrote:
I realized the plain version did not allow me to perform "case-like" statements, and found Tregar had an extension by this name. I was unsure how to instantiate it, since it seems that the HTML::Template initialization is hidden somewhere. Can someoene provide a clue?

Any place you would use HTML::Template just replace it with HTML::Template::Expr. If you're talking about C::A's load_tmpl() function, then you'll need to override it and replace it with your own version that uses H::T::E.


#####  CGI::Application community mailing list  ################
##                                                            ##
##  To unsubscribe, or change your message delivery options,  ##
##  visit:  http://www.erlbaum.net/mailman/listinfo/cgiapp    ##
##                                                            ##
##  Web archive:   http://www.erlbaum.net/pipermail/cgiapp/   ##
##  Wiki:          http://cgiapp.erlbaum.net/                 ##
##                                                            ##
################################################################

Reply via email to