in reply to Re: mini-languages for MVC view/controller manipulation
in thread mini-languages for MVC view/controller manipulation
Version one looks like this:
Hi <TMPL_IF foo><TMPL_INCLUDE foo.txt> </TMPL_IF>Hello
Version two looks like this:
Hi \ <TMPL_IF foo>\ <TMPL_INCLUDE foo.txt> </TMPL_IF>\ \ Hello
... $in =~ s/\\\n[\t ]*//g; ...
Doesn't this same issue apply to most templating packages, or am I missing something about why this is more of an issue for HTML::Template than the others?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: mini-languages for MVC view/controller manipulation
by hardburn (Abbot) on Dec 28, 2004 at 14:13 UTC |