On Sun Feb 08 22:21:48 2009, masak wrote:
> $ perl6 -e '$*OUT := (class {}).new; say "OH HAI"'
> OH HAI
> 
> <masak> on a side note, if I rebind $*OUT, should 'say' still output
> to STDOUT?
> <moritz_> don't think so
> * masak submits rakudobug

As of git 3ad32e1 this now works correctly (plus print and printf and
other things that then call them too). Added a spectest.

Thanks,

Jonathan

Reply via email to