> (?Q$foo) Quotes the contents of the scalar $foo - equivalent to > (??{ quotemeta $foo }). How is this different from \Q$foo\E ?
- RFC 166 (v2) Alternative lists and quoting of things Perl6 RFC Librarian
- Re: RFC 166 (v2) Alternative lists and quoting of... Mark-Jason Dominus
- Re: RFC 166 (v2) Alternative lists and quotin... Richard Proctor