From c8536afa2abc39d901062df19a839a4209513974 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Sun, 19 Dec 2010 10:53:58 -0700 Subject: [PATCH] dump.c: correct pod statement --- dump.c | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dump.c b/dump.c index d778d41..e7ae8b7 100644 --- a/dump.c +++ b/dump.c @@ -239,11 +239,10 @@ then all chars below 255 will be treated as printable and will be output as literals. If PERL_PV_ESCAPE_FIRSTCHAR is set then only the first char of the -string will be escaped, regardles of max. If the string is utf8 and -the chars value is >255 then it will be returned as a plain hex -sequence. Thus the output will either be a single char, -an octal escape sequence, a special escape like C<\n> or a 3 or -more digit hex value. +string will be escaped, regardless of max. If the output is to be in hex, +then it will be returned as a plain hex +sequence. Thus the output will either be a single char, +an octal escape sequence, a special escape like C<\n> or a hex value. If PERL_PV_ESCAPE_RE is set then the escape char used will be a '%' and not a '\\'. This is because regexes very often contain backslashed -- 2.7.4