# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #61024] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=61024 >
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