- or download this
while ( defined ($response = <CLIENT>) ){
- or download this
use IO::Handle;
...
print CLIENT "Hello from the server \n\n ";
CLIENT->flush();
...
- or download this
print SOCKET "Client says hellooooo toooo !!! \n";
# ^^
SOCKET->flush();