Re: [htmltmpl] ModPerl and HTML::Template?
Brought to you by:
samtregar
From: Roger B. W. <ro...@fi...> - 2005-05-06 08:56:27
|
On Fri, May 06, 2005 at 02:50:43AM -0600, Justin Simoni wrote: >I've used HTML::Template to create some PlainText emails, but I always >had to fumble with multiple if/unless tags on the same line to do what >I want and format acceptably. Yup. H::T doesn't do anything to the whitespace you give it, so all the newlines one normally uses to break up code will be propagated into the output file. Even with that, it's still better than many of the other options... :-) Roger |