Matt Diephouse <[EMAIL PROTECTED]> wrote:
>     $S0 = readline $P0
>     print $S0
>     $S1 = read $P0, 3

Mixing readline and read isn't really a good idea. Did you try to turn
on/off buffering before changing read modes? See PIO.setbuf().

leo

Reply via email to