Help for this page

Select Code to Download


  1. or download this
    $sock->input_record_separator(chr(3));
    while (<$sock>) {
      ... # $_ contains one complete message
    }
    
  2. or download this
    $STX=chr(03);