# New Ticket Created by "Carl Mäsak" # Please include the string: [perl #63112] # in the subject line of all future correspondence about this issue. # <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=63112 >
$ 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 <moritz_> but I don't remember the exact relatioinship between $*DEFOUT and $*OUT <masak> well, it's the spirit of the bug that counts, not the letter. :)