in reply to Question from socket newbie
A few thoughts come to mind:
The first two are solved at the server end. For #1, set $| = 1; (assuming it's in Perl--other languages should have some method for flushing the buffer). For #2, you need to add a new line to the server's output.
If #3 is the problem, you need to read the protocol docs more carefuly :)
----
I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident.
-- Schemer
Note: All code is untested, unless otherwise stated
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Question from socket newbie
by Melly (Chaplain) on Sep 26, 2003 at 16:17 UTC |