From: Roger Books <books@m...>
Date: Mon, 5 Jun 2000 10:30:43 -0400 (EDT)
Subject: ARGH Re: [OT] EFSB at Titan Games
Sorry, that wasn't supposed to go to the list.
#!/usr/bin/perl -w
use strict; my counter;
for (counter=0; counter < 1000; counter++ ) {
print "I will not post before thinking.\n";
}