Help for this page

Select Code to Download


  1. or download this
    
    use strict;
    ...
        }
        print "(Child thread finishes)\n";
    }
    
  2. or download this
    
    # Strict
    ...
    
    # Close the socket
    close($sock);
    
  3. or download this
    C:\Documents and Settings\liverpole> server
    --- Server ---
    ...
    C:\Documents and Settings\liverpole> client
    <Connected to server 'golux' at port 19999>
    Client gets text 'Hello client!'