#!/usr/bin/perl
use CGI;
#
# esearch2.pl
# echolist search engine
# TheLitterBox.  Copyright 2001.
# updated 2002
# what does the user want to find?
($dump,$search) = split(/=/,$ENV{'QUERY_STRING'});
# let's not make the search case-sensitive, ok?
$ucsearch = uc($search);
$THE_FILE = "http://www.fidonet-on-the-internet.org/index.htm";
open THE_FILE or die "can't find file: $!\n";
print "Content-type: text/html\n\n";
print "<HTML>";
print "<BODY bgcolor=#eee8aa>";
print "<TITLE>FOTIs Fidonet Echolist Archive Search Results</TITLE>";
print "<CENTER>";
print "<img border=0 src=http://www.fidonet-on-the-internet.org/images/foti.gif><br>";
print "<FONT SIZE=+2>FOTIs Echolist Search Results</FONT><br>";
print "xxxx #x indicates a searched archive<br>";
print "<hr width=95%><br>";
print "Searching for '$search' <br>";
print "<hr width=95%><br>";
#
if ($search ne "")
{
if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1990/elist001.txt")){print " <b>1990 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1990/elist002.txt")){print " <b>1990 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1990/elist003.txt")){print " <b>1990 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1990/elist004.txt")){print " <b>1990 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1990/elist005.txt")){print " <b>1990 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1990/elist006.txt")){print " <b>1990 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1990/elist007.txt")){print " <b>1990 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1990/elist008.txt")){print " <b>1990 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1990/elist009.txt")){print " <b>1990 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1990/elist010.txt")){print " <b>1990 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1990/elist011.txt")){print " <b>1990 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1990/elist012.txt")){print " <b>1990 #12</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1991/elist101.txt")){print " <b>1991 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1991/elist102.txt")){print " <b>1991 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1991/elist103.txt")){print " <b>1991 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1991/elist104.txt")){print " <b>1991 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1991/elist105.txt")){print " <b>1991 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1991/elist106.txt")){print " <b>1991 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1991/elist107.txt")){print " <b>1991 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1991/elist108.txt")){print " <b>1991 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1991/elist109.txt")){print " <b>1991 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1991/elist110.txt")){print " <b>1991 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1991/elist111.txt")){print " <b>1991 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1991/elist112.txt")){print " <b>1991 #12</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1992/elist201.txt")){print " <b>1992 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1992/elist202.txt")){print " <b>1992 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1992/elist203.txt")){print " <b>1992 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1992/elist204.txt")){print " <b>1992 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1992/elist205.txt")){print " <b>1992 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1992/elist206.txt")){print " <b>1992 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1992/elist207.txt")){print " <b>1992 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1992/elist208.txt")){print " <b>1992 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1992/elist209.txt")){print " <b>1992 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1992/elist210.txt")){print " <b>1992 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1992/elist211.txt")){print " <b>1992 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1992/elist212.txt")){print " <b>1992 #12</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1993/elist301.txt")){print " <b>1993 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1993/elist302.txt")){print " <b>1993 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1993/elist303.txt")){print " <b>1993 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1993/elist304.txt")){print " <b>1993 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1993/elist305.txt")){print " <b>1993 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1993/elist306.txt")){print " <b>1993 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1993/elist307.txt")){print " <b>1993 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1993/elist308.txt")){print " <b>1993 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1993/elist309.txt")){print " <b>1993 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1993/elist310.txt")){print " <b>1993 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1993/elist311.txt")){print " <b>1993 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1993/elist312.txt")){print " <b>1993 #12</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1994/elist401.txt")){print " <b>1994 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1994/elist402.txt")){print " <b>1994 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1994/elist403.txt")){print " <b>1994 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1994/elist404.txt")){print " <b>1994 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1994/elist405.txt")){print " <b>1994 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1994/elist406.txt")){print " <b>1994 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1994/elist407.txt")){print " <b>1994 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1994/elist408.txt")){print " <b>1994 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1994/elist409.txt")){print " <b>1994 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1994/elist410.txt")){print " <b>1994 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1994/elist411.txt")){print " <b>1994 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1994/elist412.txt")){print " <b>1994 #12</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1995/elist501.txt")){print "<b>1995 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1995/elist502.txt")){print "<b>1995 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1995/elist503.txt")){print "<b>1995 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1995/elist504.txt")){print "<b>1995 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1995/elist505.txt")){print "<b>1995 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1995/elist506.txt")){print "<b>1995 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1995/elist507.txt")){print "<b>1995 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1995/elist508.txt")){print "<b>1995 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1995/elist509.txt")){print "<b>1995 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1995/elist510.txt")){print "<b>1995 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1995/elist511.txt")){print "<b>1995 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1995/elist512.txt")){print "<b>1995 #12</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1996/elist601.txt")){print "<b>1996 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1996/elist602.txt")){print "<b>1996 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1996/elist603.txt")){print "<b>1996 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1996/elist604.txt")){print "<b>1996 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1996/elist605.txt")){print "<b>1996 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1996/elist606.txt")){print "<b>1996 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1996/elist607.txt")){print "<b>1996 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1996/elist608.txt")){print "<b>1996 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1996/elist609.txt")){print "<b>1996 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1996/elist610.txt")){print "<b>1996 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1996/elist611.txt")){print "<b>1996 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1996/elist612.txt")){print "<b>1996 #12</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1997/elist701.txt")){print "<b>1997 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1997/elist702.txt")){print "<b>1997 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1997/elist703.txt")){print "<b>1997 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1997/elist704.txt")){print "<b>1997 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1997/elist705.txt")){print "<b>1997 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1997/elist706.txt")){print "<b>1997 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1997/elist707.txt")){print "<b>1997 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1997/elist708.txt")){print "<b>1997 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1997/elist709.txt")){print "<b>1997 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1997/elist710.txt")){print "<b>1997 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1997/elist711.txt")){print "<b>1997 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1997/elist712.txt")){print "<b>1997 #12</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1998/elist801.txt")){print "<b>1998 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1998/elist802.txt")){print "<b>1998 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1998/elist803.txt")){print "<b>1998 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1998/elist804.txt")){print "<b>1998 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1998/elist805.txt")){print "<b>1998 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1998/elist806.txt")){print "<b>1998 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1998/elist807.txt")){print "<b>1998 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1998/elist808.txt")){print "<b>1998 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1998/elist809.txt")){print "<b>1998 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1998/elist810.txt")){print "<b>1998 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1998/elist811.txt")){print "<b>1998 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1998/elist801.txt")){print "<b>1998 #12</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1999/elist901.txt")){print "<b>1999 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1999/elist902.txt")){print "<b>1999 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1999/elist903.txt")){print "<b>1999 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1999/elist904.txt")){print "<b>1999 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1999/elist905.txt")){print "<b>1999 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1999/elist906.txt")){print "<b>1999 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1999/elist907.txt")){print "<b>1999 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1999/elist908.txt")){print "<b>1999 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1999/elist909.txt")){print "<b>1999 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1999/elist910.txt")){print "<b>1999 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1999/elist911.txt")){print "<b>1999 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e1999/elist912.txt")){print "<b>1999 #12</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2000/elist001.txt")){print "<b>2000 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2000/elist002.txt")){print "<b>2000 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2000/elist003.txt")){print "<b>2000 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2000/elist004.txt")){print "<b>2000 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2000/elist005.txt")){print "<b>2000 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2000/elist006.txt")){print "<b>2000 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2000/elist007.txt")){print "<b>2000 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2000/elist008.txt")){print "<b>2000 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2000/elist009.txt")){print "<b>2000 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2000/elist010.txt")){print "<b>2000 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2000/elist011.txt")){print "<b>2000 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2000/elist012.txt")){print "<b>2000 #12</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2001/elist101.txt")){print "<b>2001 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2001/elist102.txt")){print "<b>2001 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2001/elist103.txt")){print "<b>2001 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2001/elist104.txt")){print "<b>2001 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2001/elist105.txt")){print "<b>2001 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2001/elist106.txt")){print "<b>2001 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2001/elist107.txt")){print "<b>2001 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2001/elist108.txt")){print "<b>2001 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2001/elist109.txt")){print "<b>2001 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2001/elist110.txt")){print "<b>2001 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2001/elist111.txt")){print "<b>2001 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2001/elist112.txt")){print "<b>2001 #12</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2002/elist201.txt")){print "<b>2002 #1</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2002/elist202.txt")){print "<b>2002 #2</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2002/elist203.txt")){print "<b>2002 #3</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2002/elist204.txt")){print "<b>2002 #4</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2002/elist205.txt")){print "<b>2002 #5</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2002/elist206.txt")){print "<b>2002 #6</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2002/elist207.txt")){print "<b>2002 #7</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2002/elist208.txt")){print "<b>2002 #8</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2002/elist209.txt")){print "<b>2002 #9</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2002/elist210.txt")){print "<b>2002 #10</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2002/elist211.txt")){print "<b>2002 #11</b><br>";fn1();};
#if (open(THE_FILE, "http://www.fidonet-on-the-internet.org/e2002/elist212.txt")){print "<b>2002 #12</b><br>";fn1();};
}
# goes after all years
else

{
	print "<center><FONT SIZE=+4>No query string given</FONT>";
}
print "<br>";
print "<CENTER>";
print "<hr width=95%><br>";
print "<a href=http://www.fidonet-on-the-internet.org><img border=0 src=http://www.fidonet-on-the-internet.org/images/lbullet.gif></a><br>";
print "</BODY></HTML>";
#
sub fn1 {
print "</center>";
while (<THE_FILE>)
  {
    $record = $_;
    $_ = uc($_);
    if (/$ucsearch/)
    {
       print "$record<br>";
    }
  }
  close (THE_FILE);
print "<center>";
};
}
