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