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

Amazingly enough, it works. What's not working is the close. The close() does not tear down ALL of the processes.
  • Comment on Re: Re: FileHandle->close() is not closing everything

Replies are listed 'Best First'.
Re: Re: Re: FileHandle->close() is not closing everything
by runrig (Abbot) on Mar 29, 2003 at 15:40 UTC
    Amazingly enough, it works
    Not really, according to your reply to Abigail-II below, you are doing a pipe open. The above code is not doing that. See my reply elsewhere for a link to something which might work for you.