Help for this page

Select Code to Download


  1. or download this
               use IO::Select;
               use IO::Socket;
    ...
    
               while(@ready = $sel->can_read) {
                   foreach $fh (@ready) {
    
  2. or download this
                       if($fh == $lsn) { 
                           # Create a new socket
    ...
                       }
                   }
               }