Author: Sheldon Hearn Date: To: Philip Hazel CC: exim-users Subject: Re: [Exim] Re: [OT] Detecting closed exim -bS pipe in Perl
On Fri, 31 Aug 2001 20:13:53 +0100, Philip Hazel wrote:
> It shouldn't be hard. Also, with -bs Exim shouldn't ever go away until
> you either send QUIT or close the pipe.
In the end, I opted for using the shell to pipe my Perl script's output
into -bs.
IPC is one area where Perl doesn't make things _any_ easier. :-)