- or download this
print $socket $chat[$i], $EOL if ( $1 ne $ID && $2 ne $kill);
- or download this
push @chat, "$self->{ID}\t$1";
- 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);
}
- or download this
print $socket $2,$EOL if ( $2 ne $kill );
- or download this
g o o l y @ g m x . a t