Re: [htmltmpl] Sub-Classing HTML::Template v2.7

2005-03-06 Thread Mathew Robertson
t; To: "Cory Trese" <[EMAIL PROTECTED]>; Sent: Saturday, March 05, 2005 4:59 AM Subject: RE: [htmltmpl] Sub-Classing HTML::Template v2.7 > Hello, > > I have found the root of my problem! All the code below was centered > around trying, and failing, to fully replace all ins

RE: [htmltmpl] Sub-Classing HTML::Template v2.7

2005-03-04 Thread Cory Trese
TECTED] On |> Behalf Of Cory Trese |> Sent: Thursday, March 03, 2005 11:32 AM |> To: html-template-users@lists.sourceforge.net |> Subject: [htmltmpl] Sub-Classing HTML::Template v2.7 |> |> Hello, |> |> From some previous traffic on this list, Sam Tregar said: |> |> |

[htmltmpl] Sub-Classing HTML::Template v2.7

2005-03-04 Thread Cory Trese
Hello, >From some previous traffic on this list, Sam Tregar said: |> Ultimately HTML::Template v2 doesn't offer much in terms of |> official support for sub-classes and extensions. That's a |> deficiency I intend to address in the perpetually-delayed v3. I am trying to create a sub-class of

Re: [htmltmpl] Sub-Classing HTML::Template v2.7

2005-03-04 Thread Sam Tregar
On Thu, 3 Mar 2005, Cory Trese wrote: > My major questions are: > > 1. How does a sub-class of HTML::Template construct itself? Should I > over-ride 'new( )' or use something like 'make_new( )' to wrap 'new( )' > or 'SUPER::new( )'. package HTML::Template::Awesomer; use base 'HTML::Template