in reply to Re^2: perl 5.8 killed my socket!in thread perl 5.8 killed my socket!
while(1) { while ( my $ns = $server->accept() ) { # Normal accept loop here. } print "Got an interruption: $!\n"; } [download]
Makeshifts last the longest.