HTML::Seamstress 4.26 review

Download
by rbytes.net on

HTML::Seamstress is a HTML::Tree subclass for HTML templating via tree rewriting. SYNOPSIS HTML::Seamstress provides "fourth ge

License: Perl Artistic License
File size: 47K
Developer: Terrence Brannon
0 stars award from rbytes.net

HTML::Seamstress is a HTML::Tree subclass for HTML templating via tree rewriting.

SYNOPSIS

HTML::Seamstress provides "fourth generation" dynamic HTML generation (templating).
In the beginning we had...

First generation dynamic HTML production

First generation dynamic HTML production used server-side includes:

< p >Today's date is < !--#echo var="DATE_LOCAL" -- > < /p >

Second generation dynamic HTML production

The next phase of HTML generation saw embedded HTML snippets in Perl code. For example:

sub header {
my $title = shift;
print $title< /title >
< /head >
EOHEADER
}

Requirements:
Perl

HTML::Seamstress 4.26 keywords