Re: [htmltmpl] get value from template?

2004-11-04 Thread Karen Cravens
On Wed, 3 Nov 2004 23:29:04 -0500, Bill Nixon <[EMAIL PROTECTED]> wrote: > I'm looking for suggestions on how to get a value from my template that can > be used in my Perl code. I'd rather not switch to another template module > that would provide this since HTML::Template has otherwise met my need

[htmltmpl] ANNOUNCE: Krang 1.026

2004-11-04 Thread Peter Leonard
Krang v1.026 is now available. Notable changes in this release: * Support for Mac OSX has been added. * Support for Solaris has been added. * Support for Mandrake Linux has been added. * Krang data exports are now architecture-independant - moving Krang from x86 to SPARC or PPC is now suppo

Re: [htmltmpl] get value from template?

2004-11-04 Thread Sam Tregar
On Wed, 3 Nov 2004, Bill Nixon wrote: > In my template, I'd like to have something like: > > Why would you want to do this? Are you really expecting your HTML designers to know SQL? -sam --- This SF.Net email is sponsored by: Sybase ASE Li

Re: [htmltmpl] get value from template?

2004-11-04 Thread Roger Burton West
On Wed, Nov 03, 2004 at 11:29:04PM -0500, Bill Nixon wrote: >2. extend HTML::Template to handle this via the existing TMPL_VAR or add a >new tag TMPL_DEFINE That's what I did with my HTML::Template::Set extension. Contact me directly if you want a copy. R -