in reply to Re: Re: FileHandle->close() is not closing everything
in thread FileHandle->close() is not closing everything

Well, it's doing just as I said, a pipe-open. A close() closes the pipe. Whether the program on the other ends terminate is up to said program, Perl will not take any attempts to kill the program off.

Abigail

  • Comment on Re: FileHandle->close() is not closing everything