Help for this page

Select Code to Download


  1. or download this
        my $b_err = 0;
        $SIG{'PIPE'} = sub { $b_err = 1 };
    ...
            # .... Handle the SIGPIPE error
        }
    
  2. or download this
     print $agent_socket "$monitoring_node.lmonitor.$monitoring_name.rtt.v
    +alue=. $latency .\n";