Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^2: Writing a Perl Daemon

by northshorefiend (Initiate)
on Mar 15, 2013 at 11:35 UTC ( [id://1023670]=note: print w/replies, xml ) Need Help??


in reply to Re: Writing a Perl Daemon
in thread Writing a Perl Daemon

One gotcha that got me is if you are using sockets to talk to the daemon, then remember to catch SIGPIPE, or ignore it:
$SIG{PIPE} = 'IGNORE';

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (6)
As of 2024-04-20 00:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found