Re: [htmltmpl] using __DATA__ section as template in module
Brought to you by:
samtregar
From: Gabor S. <ga...@pe...> - 2004-10-02 23:51:57
|
On Sat, 2 Oct 2004 gr...@sp... wrote: > > > I have been having some trouble with a module I am working on that requires > HTML::Template. > > I am trying to use the __DATA__ section of the module as a default template to > fall back on if one is not supplied to my constructor. In one of my projects I am also using templates within the code. I put the templates in a scalar variables. You can take a look at the code at http://search.cpan.org/dist/CGI-FileManager/ Gabor |