diff options
-rw-r--r-- | pod/perlreref.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlreref.pod b/pod/perlreref.pod index 700814140d..8a793c89b6 100644 --- a/pod/perlreref.pod +++ b/pod/perlreref.pod @@ -78,7 +78,7 @@ These work as in normal strings. \n Newline \r Carriage return \t Tab - \038 Any octal ASCII value + \037 Any octal ASCII value \x7f Any hexadecimal ASCII value \x{263a} A wide hexadecimal value \cx Control-x |