$log->warning("In thread: Attempting to shutdown handle associated with fileno: $fno"); shutdown ($socket, 2) or $log->warning ("In thread: Shutdown error: $!"); $log->warning("In thread: Attempting to close handle associated with fileno: $fno"); close $socket or $log->warning ("In thread: close error: $!"); $log->warning("In thread: Enqueing in Qclean fileno: $fno"); $Qclean->enqueue( $fno );