S2:
my $foo = 42;
say %MY::<$foo>; # prints "42"
S6:
Perl5ish subroutine declarations
...
sub say { print qq{"@_"\n}; } # args appear in @_
Because C<print> has no final newline, I would expect C<say> will have
one. Final newline or not. What is your say?
--
stef
