On Thu Nov  4 11:53:45 2004, Christian Aperghis-Tramoni wrote:
> 
> It means the equivalent of the $| in Perl.

You can switch off buffering on stdout by doing:

    getstdout P1
    pioctl I0, P1, 3, 0

To switch back to line buffering, do:

    getstdout P1
    pioctl I0, P1, 3, 1

-- 
Marty

Reply via email to