Help for this page

Select Code to Download


  1. or download this
    use IO::Socket;
    use IO::Select;
    ...
        Time::HiRes::sleep(.5);
        $socket->close() or die "error closing";
    }
    
  2. or download this
    use IO::Socket;
    use IO::Select;
    ...
            }
        }
    }