Subject: | Typo in documentation... |
From the docs:
Show quoted text
> Interaction with output record separator
Show quoted text> In Perl 6, say @stuff is exactly equivalent to Core::print @stuff, "\n".
Show quoted text> That means that a call to say appends any output record separator after the
> added newline (though in Perl 6, the ORS is an attribute of the filehandle
> being used, rather than a glonal $/ variable).
^^^^^^
I think you mean "global".