Beefy Boxes and Bandwidth Generously Provided by pair Networks
Come for the quick hacks, stay for the epiphanies.
 
PerlMonks  

Re: IO::Socket reconnect

by golux (Chaplain)
on Feb 14, 2016 at 02:57 UTC ( [id://1155189]=note: print w/replies, xml ) Need Help??

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";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1155189]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-28 17:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found