in reply to Re: Timeout problem using IO::Socket
in thread Timeout problem using IO::Socket
Show us the actual excerpt of your code -- you're asking us to use our imaginations in dreaming up possibilities for what is obviously a subtle problem.$SIG{ALRM} = sub { die "DIE DIE DIE!\n" };
|
|---|