Help for this page

Select Code to Download


  1. or download this
    <HTML lang=en>
    <HEAD><TITLE>Nested shtml Menu Test</TITLE></HEAD><BODY>
    <!--#include virtual="/cgi-bin/hello.cgi"-->
    </BODY></HTML>
    
  2. or download this
    open(DATA,"hello.template");
    @template=<DATA>;
    ...
    for($a=0;$a<=$#template;$a++){
    print $template[$a];
    }
    
  3. or download this
    <!--#include virtual="/cgi-bin/nest.cgi"-->
    
  4. or download this
    print "Content-type: text/html\n\n"
    print "<BR><B>Nesty Nest";