in reply to Problem with Socket Programming Perl Script
$client = $socket->accept() or die sprintf "ERRRR(%d)(%s)(%d)(%s)", $!,$!,$^E,$^E; [download]