in reply to Bi directional Socket question
Something that can really screw you is buffering. Make sure you turn buffering off for your script and flush your sockets when your done writting to them. Another advantage of IO::Socket(::INET) is that autoflush() is an option (and it's turned on my default). Good luck.
|
---|