Re: [MacPerl-AnyPerl] Terminating a perl script from the shell cleanly?
[email protected] (Terje Bless) Wed, 7 Feb 2001 20:11:49 +0100
| Newsgroups | perl.macperl.anyperl |
|---|---|
| Message-ID | <[email protected]> |
On 07.02.01 at 13:22, Jim Correia <[email protected]> wrote: >Problem #1: This is expected behaviour. Dunno why MacPerl differs. >Problem #2: [...] Is there any way to avoid this? Uhm, autoflushing buffers with $|++? Or, possibly, using the IO:* modules? Or is a part of the problem that you want to start out having non-flushing buffers, but then switch to them -- or otherwise flush buffers -- before you terminate?