179,854Messages
9,130Senders
30Years
342mboxes

← back to listing · view thread

From:
david turgeon
To:
Ernesto Ikerd
Cc:
Inca Door Mats
Date:
Fri, 11 Jun 1999 11:52:31 -0400
Subject:
Re: (idm) Non Idm-----Infinite Thread
Msg-Id:
<376130BD.2662BF80@mnemonic.net>
Mbox:
idm.9906.gz
sorry for the last post... french keyboards act weird when you try to code with them. they even send the message away before it's done.
quoted 3 lines 10 READ $POINTLESS_CRAP> 10 READ $POINTLESS_CRAP > 20 PRINT $POINTLESS_RESPONSE > 30 GOTO 10
my %thread; while(my $message = &get_next_message) { $thread{assessment} = $message if($message =~ /i think that/); $thread{agreement}++ if($message =~ /you're so right/); $thread{rebuttal}++ if($message =~ /i would love to agree but/); next if($message =~ /won't you guys stop this idiotic thread!!!!!/); } -- david turgeon at http://www.notype.com