Re: [cgiapp] Anyone using HTML::Template::Expr ?

2008-09-16 Thread Dan Horne
Joshua Miller said: > On Tue, Sep 16, 2008 at 3:50 PM, Rhesa Rozendaal <[EMAIL PROTECTED]> wrote: > >> >> Michael Peters wrote: >>> 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. >>> >

Re: [cgiapp] Anyone using HTML::Template::Expr ?

2008-09-16 Thread Joshua Miller
On Tue, Sep 16, 2008 at 3:50 PM, Rhesa Rozendaal <[EMAIL PROTECTED]> wrote: > > Michael Peters wrote: >> >>> 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. >>> >> > Mark Jaffe wrote: > > Thanks for t

Re: [cgiapp] Anyone using HTML::Template::Expr ?

2008-09-16 Thread Mark Jaffe
Rhesa, Well, I thought it might be so, but when I tried, it did not work. That is why I labeled my attempt as stupidity. Maybe something else was wrong. Mark Rhesa Rozendaal wrote: Michael Peters wrote: If you're talking about C::A's load_tmpl() function, then you'll need to override it a

Re: [cgiapp] Anyone using HTML::Template::Expr ?

2008-09-16 Thread Rhesa Rozendaal
Michael Peters wrote: 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. Mark Jaffe wrote: > Thanks for the info; it is the second case that is concerning me, which > is what I need to do. I am outside

Re: [cgiapp] Anyone using HTML::Template::Expr ?

2008-09-16 Thread Mark Jaffe
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 stup

Re: [cgiapp] Anyone using HTML::Template::Expr ?

2008-09-12 Thread Michael Peters
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 pl

[cgiapp] Anyone using HTML::Template::Expr ?

2008-09-12 Thread Mark Jaffe
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? TIA, Mark # CGI::Ap