In addition to reading environment variables, you may want to set them as well.
This code
<PRE>
<!--#set var="ARACHNA_TITLE" value="The SSI Test Suite: Setting Request Variables" -->
</PRE>
simply stuffs a name/value pair into the environment table for this request. That variable can subsequently be echo'd in the current component or any components that are included using the SSI echo syntax.