On Wed Dec 03 11:12:08 2008, masak wrote:
> Rakudo r33458 doesn't flush its STDOUT when waiting for user STDIN input.
> 
> $ perl -e 'print "hi"; <>'
> hi^C
> $ ./perl6 -e 'print "hi"; my $a = =$*IN'
> ^C

This is working now; checked it myself on Win32 and PerlJam++ and
mortiz++ tested it on other platforms and it prints hi before asking for
input. May well have been a Parrot-level fix that did this.

Thanks,

Jonathan

Reply via email to