Re: RFC 166 (v2) Alternative lists and quoting of things

[email protected] (Mark-Jason Dominus) Fri, 15 Sep 2000 22:10:48 -0400
Newsgroups perl.perl6.language.regex
Message-ID <[email protected]>
> (?Q$foo) Quotes the contents of the scalar $foo - equivalent to
> (??{ quotemeta $foo }).

How is this different from

        \Q$foo\E

?