Help for this page

Select Code to Download


  1. or download this
    while (1) {
        print "before accept\n";
    ...
        }
        print "finished checking can read\n";
    }
    
  2. or download this
    use IO::Select;
    use IO::Socket;
    ...
            }
        }    
    }