in reply to Re: What makes IO::Select::can_read return?
in thread What makes IO::Select::can_read return?

You guys rule. Yeah, I was getting a SIGCHLD when I thought all my child processes were already cleaned up. Just had to stick a print in the sig handler to catch it. Thanks monks!
  • Comment on Re^2: What makes IO::Select::can_read return?