<!--#set var="name" value="Rich" -->
</code></p></div>
- <p>In addition to merely setting values literally like that,
- you can use any other variable, including, for example,
- environment variables, or some of the variables we discussed in
- the last article (like <code>LAST_MODIFIED</code>, for example)
- to give values to your variables. You will specify that
- something is a variable, rather than a literal string, by using
- the dollar sign ($) before the name of the variable.</p>
-<div class="example"><p><code>
- <!--#set var="modified" value="$LAST_MODIFIED" -->
-</code></p></div>
+ <p>In addition to merely setting values literally like that, you
+ can use any other variable, including <a href="../env.html">environment variables</a> or the variables
+ discussed above (like <code>LAST_MODIFIED</code>, for example) to
+ give values to your variables. You will specify that something is
+ a variable, rather than a literal string, by using the dollar sign
+ ($) before the name of the variable.</p>
+
+ <div class="example"><p><code> <!--#set var="modified" value="$LAST_MODIFIED" -->
+ </code></p></div>
<p>To put a literal dollar sign into the value of your
variable, you need to escape the dollar sign with a
<!--#set var="name" value="Rich" -->
</example>
- <p>In addition to merely setting values literally like that,
- you can use any other variable, including, for example,
- environment variables, or some of the variables we discussed in
- the last article (like <code>LAST_MODIFIED</code>, for example)
- to give values to your variables. You will specify that
- something is a variable, rather than a literal string, by using
- the dollar sign ($) before the name of the variable.</p>
-<example>
- <!--#set var="modified" value="$LAST_MODIFIED" -->
-</example>
+ <p>In addition to merely setting values literally like that, you
+ can use any other variable, including <a
+ href="../env.html">environment variables</a> or the variables
+ discussed above (like <code>LAST_MODIFIED</code>, for example) to
+ give values to your variables. You will specify that something is
+ a variable, rather than a literal string, by using the dollar sign
+ ($) before the name of the variable.</p>
+
+ <example> <!--#set var="modified" value="$LAST_MODIFIED" -->
+ </example>
<p>To put a literal dollar sign into the value of your
variable, you need to escape the dollar sign with a