Hi Hudson -
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Hudson T
> Clark
> Sent: Thursday, April 24, 2003 3:46 AM
> To: [EMAIL PROTECTED]
> Subject: threaded chat server
>
>
> Ok I'm using threads to accompl
Ok I'm using threads to accomplish a chat server script, basically I'm
having problems with sending out the message to all of the connected
clients. I have posted before and this is what I have done sense then, I
think I'm on the right track now. I'm just having problems becaus
Here is ths fix for the script I made... I was having problems because I
always was printing $userinput, and not checking weather it has any data
or not.
#!/usr/bin/perl -w
use IO::Socket;
use IO::Select;
use strict;
my $port = 12;
my $debugging = 1;
my $serversock = IO::Socket::INET->new(LocalPo