Help for this page

Select Code to Download


  1. or download this
        print $socket $chat[$i], $EOL if ( $1 ne $ID && $2 ne $kill);
    
  2. or download this
        push @chat, "$self->{ID}\t$1";
    
  3. or download this
        foreach ( @chat[$E{$ID} .. $#chat] ) {
            # spilt into ID and incomming line
    ...
            # send only line
            print $socket $2,$EOL if ( $1 ne $ID && $2 ne $kill);
        }
    
  4. or download this
        print $socket $2,$EOL if ( $2 ne $kill );
    
  5. or download this
        g o o l y @ g m x . a t