in reply to Lingua::Ispell

Ok. I spent even more time on it ...
The ispell binary has nothing to do with it.
I get the header, even if i call a different program.

Replies are listed 'Best First'.
(tye)Re: Lingua::Ispell
by tye (Sage) on Apr 16, 2001 at 18:53 UTC

    Sounds like the call to fork() (to allow you to run the other program) is simply flushing an output buffer; something that newer Perls do before fork()ing in order to prevent the contents of the buffers being flushed by both the parent and child (which could produce doubled output).

            - tye (but my friends call me "Tye")