Re: (idm) Non Idm-----Infinite Thread

From david turgeon
Sent Fri, Jun 11th 1999, 16:53

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.

> 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