Help for this page

Select Code to Download


  1. or download this
      # write on the socket to server.
        $_=join(' ',$status,$md,$md_others);
    ...
        $socket->recv(data,1024);  # from perldoc IO::Socket
        print $data;     
        $socket->close();
    
  2. or download this
    while( $select->can_read){}
    
  3. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        }
    }