in reply to IO::Socket::INET, quake, and me...
I had a somewhat similar problem and it ended up being my client not sending a \n at the end of each message. I was able to send my messages, but the server didnt get them until I killed my client program.
It seems that the newline is what IO::Socket::INET takes as the default input record separator (unless specified otherwise by changing $/...right?).
Best of luck!
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: IO::Socket::INET, quake, and me... ($/)
by tye (Sage) on Dec 07, 2007 at 19:26 UTC |