in reply to Re: SIGHUP with Proc::Daemon
in thread SIGHUP with Proc::Daemon
while (1) { my $msg = $sock->recv(); my $data = $msg->data(); unless ($csv->parse($data)) ... etc ... }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: SIGHUP with Proc::Daemon
by jaandy (Acolyte) on Mar 09, 2012 at 19:18 UTC | |
by Eliya (Vicar) on Mar 09, 2012 at 19:56 UTC | |
|
Re^3: SIGHUP with Proc::Daemon
by Eliya (Vicar) on Mar 09, 2012 at 19:13 UTC |