The description of the \Q metacharacter is confusing to novices
authorAndrew M. Langmead <aml@world.std.com>
Fri, 5 Sep 1997 00:00:00 +0000 (00:00 +0000)
committerTim Bunce <Tim.Bunce@ig.co.uk>
Thu, 4 Sep 1997 12:00:00 +0000 (00:00 +1200)
commit201ecf35b0c6aa83b4332b0a53bdf68f2a7b8840
tree7b9d24dcafa28fb37d6ff86fd660304583ad841f
parent1c98b8f6f310a0c48429445cfa3c296d19df5faf
The description of the \Q metacharacter is confusing to novices

The perlre man page talks about "quoting" metacharacters. This may
not be the easiest terminology for novice perl programmers to
understand. Also this man page seems to downplay the utility
of the quotemeta() function and \Q escape sequence compared
to the older idiom of s/(\W)/\\$1/g

Maybe text similar to the changes below would be clearer.

p5p-msgid: 199708101946.AA06339@world.std.com
pod/perlre.pod