#!/usr/bin/perl $page = $ENV{'QUERY_STRING'}; $output= qq~ HackZone <body bgcolor="#FFFFFF"> Your browser doesn't support frames. You can view some of our materials on the following pages: <a href="main.html">Main page</a> <a href="cont.html">Contents</a> </body> ~; print "Content-type: text/html\n\n"; print $output;