Please send questions to
st10@humboldt.edu .
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<!-- Adapted from "Practical Perl with CGI Applications", Chang,
Scott/Jones Publishing, pp. 355-356
Adapted by Sharon Tuttle
last modified: 11-09-04
-->
<html>
<head>
<title>lect12_template1.html</title>
</head>
<body>
<h1>lect12_template1.html</h1>
<h2>This is <TMPL_VAR NAME=WHAT>.</h2>
<p>
Today's date is <TMPL_VAR NAME=DATE> <br>
<TMPL_IF NAME=MESSAGE>
The message of the day is
<blockquote>
"<TMPL_VAR NAME=MESSAGE>"
</blockquote>
<TMPL_ELSE>
We forgot today's message.
</TMPL_IF>
<hr>
<address><a href="mailto:st10@humboldt.edu">Sharon Tuttle</a></address>
<!-- Created: Tue Nov 9 09:22:24 PST 2004 -->
<!-- hhmts start -->
Last modified: Tue Nov 9 09:27:24 PST 2004
<!-- hhmts end -->
</body>
</html>