in reply to Re^2: Socket descriptor passed across fork -- hanging
in thread Socket descriptor passed across fork -- hanging
close $socket provides exactly the same functionality albeit faster than $socket->close() because a Perl object method call has more run-time overhead than a subroutine call.</c>