Help for this page

Select Code to Download


  1. or download this
    use IO::Select;
    use IO::Socket::INET;
    ...
        $c->send("abc");
        sleep(3);
    }
    
  2. or download this
    use IO::Select;
    use IO::Socket::INET;
    ...
        }
        sleep(1);
    }
    
  3. or download this
    use IO::Socket::INET;
    
    ...
    }