Help for this page
$sock->autoflush(1); $| = 1;
IO::Socket -> create the socket $sock->autoflush(1); ... do(some other stuff); } }