Help for this page

Select Code to Download


  1. or download this
    my $server = IO::Socket::INET->new( %params, Blocking => 0 );
    
  2. or download this
    IO::Handle::blocking($server, 0);