in reply to Re: Re: Lingua::Ispell
in thread Lingua::Ispell

What happens if you put a '$| = 1;' above the print? If this fixes it, you've run up against STDIO buffering, not Apache's.

Replies are listed 'Best First'.
Re: Re: Re: Re: Lingua::Ispell
by Kryptolus (Initiate) on Apr 17, 2001 at 01:09 UTC
    Thanks. That did it.
    Another special variable to remember ...