#!/usr/bin/perl if ($ENV{'QUERY_STRING'} eq "") { print "Location: http://www.baseballgeeks.com\n\n"; } $themsg=$ENV{'QUERY_STRING'}; #print "Content-type: text/html\n\n"; #print qq([$themsg]); #exit; open (TD, "../cgi-bin/threads/$themsg"); @info=
$info[4]--$themsg--
\n); print TD "$info[$ix]$addn"; } close(TD); #exit; if ($info[8]>0) { open (TD,">../cgi-bin/tempthreads/$info[8]"); for ($ix=0; $ix<$numtempinfo; $ix++) { $addn="\n"; if ($ix>10) { $addn=""; } print TD "$tempinfo[$ix]$addn"; } close(TD); } if ($info[5] ne "ARTICLE") { print "Location: http://$info[5]\n\n"; } else { print "Location: http://www.baseballgeeks.com/cgi-bin/bbs/thread.pl?1-$info[9]\n\n"; } exit;