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