Help for this page

Select Code to Download


  1. or download this
    $ioioio = new IO::Socket::INET( 
            Proto     => "udp",
            LocalPort => $port,
            Blocking  => 0,
        ) or die "socket is dumb: $!"
    
  2. or download this
    fcntl($ioioio, F_SETFL, O_NONBLOCK);