Help for this page

Select Code to Download


  1. or download this
    
        my ($readHandle, $writeHandle) = (IO::Handle->new, IO::Handle->new
    +);
    ...
        $writeHandle->autoflush(1);
        $writeHandle->blocking(0);
    
  2. or download this
    
        ## $messageForProcessing is a data structure stored as a hash refe
    +rence
    ...
    
        print $writeHandle $frozenMessage . qq|\n| . $this->_messageDelimi
    +ter();
    
  3. or download this
    sub processMessages
    {
    ...
        
    }
    
  4. or download this
    
    Process 22515 attached - interrupt to quit
    ...
    select(8, [0], NULL, NULL, {5, 0})      = 1 (in [0], left {5, 0})
    read(0, "", 8192)                       = 0