Help for this page

Select Code to Download


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