in reply to IO Buffering

Unless you offer a code sample, the best solution that can probably be offered is:

use FileHandle; $sock->AUTOFLUSH = 1;

This is the most reliable way to send/recv data in "real Time".

--
perl -e "print qq/just another perl hacker who doesn't grok japh\n/"
simeon2000|http://holdren.net/