Re: [htmltmpl] using __DATA__ section as template in module
Brought to you by:
samtregar
From: <gr...@sp...> - 2004-10-03 01:25:47
|
Quoting Gabor Szabo <ga...@pe...>: > On Sat, 2 Oct 2004 gr...@sp... wrote: >=20 > > > > > > 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 te= mplate > to > > fall back on if one is not supplied to my constructor. >=20 > In one of my projects I am also using templates within the > code. I put the templates in a scalar variables. >=20 > You can take a look at the code at > http://search.cpan.org/dist/CGI-FileManager/ >=20 > Gabor Hey, thanks for the tip. I have already resorted to using a scalar, but i= t bugs me that I could not get my original attempt to work. I would still prefer= to use the __DATA__ section, or at least understand why I can't.=20 Thanks, -Ken ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ |