On Fri Feb 27 17:47:44 2009, rooneg wrote:
> Just tried to use the $*OUT filehandle, and it turns out it isn't
writeable:
> 
> $ ./perl6 -e '$*OUT.say("foo")'
> Cannot write to a filehandle not opened for write
> ...
> 
> Seems silly to have a filehandle that maps to stdout if you can't
> write to it ;-)
> 
Thanks for reporting. This one was fixed a little while back, along with
similar issues with $*ERR. Assigning to moritz to make sure we have test
coverage of this.

Jonathan

Reply via email to