HTML::Seamstress 4.26 review
DownloadHTML::Seamstress is a HTML::Tree subclass for HTML templating via tree rewriting. SYNOPSIS HTML::Seamstress provides "fourth ge
|
|
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 search tags