On Wed Oct 14 12:53:32 2015, ETHER wrote:
Show quoted text> On 2015-10-14 00:25:30, belozer0@ya.ru wrote:
> > Output from print appears after the next statement
>
> I would guess we just need to turn on autoflush for STDOUT. Would you
> be interested in sending a patch?
I would suggest adding it to a local .re.pl/repl.rc first, since it's unlikely to be fixed soon if a patch were supplied and it's kind of a user choice anyway.
$| = 1; # turn on STDOUT autoflush so print immediately happens