From f91328b77ca256011ef4b589e0aec2eb124e44ec Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Tue, 7 Nov 2000 01:03:28 +0000 Subject: [PATCH] Tweak #7587. p4raw-id: //depot/perl@7588 --- pod/perldiag.pod | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pod/perldiag.pod b/pod/perldiag.pod index 6409d61..875e09d 100644 --- a/pod/perldiag.pod +++ b/pod/perldiag.pod @@ -653,8 +653,10 @@ editor will have a way to help you find these characters. =item Can't find %s property definition %s -(F) You may have tried to use \p which means a Unicode property -for example \p{Lu} is all uppercase letters. +(F) You may have tried to use C<\p> which means a Unicode property for +example \p{Lu} is all uppercase letters. Escape the C<\p>, either +C<\\p> (just the C<\p>) or by C<\Q\p> (the rest of the string, until +possible C<\E>). =item Can't fork -- 2.7.4