in reply to rant on = qw(HTML::Mason Embperl Template etc) ;
What about HTML::Template? Of all these types of modules for separating HTML from Perl, this seems to be the most successful at it (IMO).
HTML::Template templates even work with WYSIWYG editors. (when wrapped in html comments: <!-- <TMPL_VAR NAME="foo"> --> for example)
The html designer only has to worry about a small number of extra tags, which can be easily documented. These tags are even very non-Perl'ish, and eye-friendly to your average HTML guy/gal.
So, what is it about HTML::Template that isn't bringing it to the horizon?
HTML::Template templates even work with WYSIWYG editors. (when wrapped in html comments: <!-- <TMPL_VAR NAME="foo"> --> for example)
The html designer only has to worry about a small number of extra tags, which can be easily documented. These tags are even very non-Perl'ish, and eye-friendly to your average HTML guy/gal.
So, what is it about HTML::Template that isn't bringing it to the horizon?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Re: rant on = qw(HTML::Mason Embperl Template etc) ;
by princepawn (Parson) on Nov 10, 2001 at 00:44 UTC | |
by princepawn (Parson) on Nov 11, 2001 at 21:44 UTC | |
Re: Re: rant on = qw(HTML::Mason Embperl Template etc) ;
by kwoff (Friar) on Nov 10, 2001 at 05:56 UTC | |
by maverick (Curate) on Nov 10, 2001 at 06:05 UTC | |
by kwoff (Friar) on Nov 12, 2001 at 04:53 UTC |
In Section
Meditations