I tried this, but it didn't work:

$*OUT.autoflush( 0 );
link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

$*OUT.autoflush = False should disable it, and it runs without error, but it seems that parrot's IO still flushes automatically. So there currently doesn't seem to be an easy way.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.