#!/usr/bin/perl -w # # Site search facility - UKS-MMS - 22/9/2003 # use strict; my $template="../template.html"; my $temphtml=""; print "Content-type: text/html\n\n"; # # read in the template file # open (TEMPLATE,"$template"); my $htmlmain = join "",