#!/usr/bin/perl -wT use strict; use CGI ':standard'; my $request; $request = param('term'); my @terms; my @htmlCode; my $numlines; my $light; my $headTitle; my @banner; my @footer; my @nav_bar; open (BANNER, "/home/content/e/l/w/elwood60/html/includes/banner.inc"); @banner = ; close (BANNER); open (FOOTER, "/home/content/e/l/w/elwood60/html/includes/footer.inc"); @footer =