summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorAdrian M. Enache <enache@rdslink.ro>2004-01-10 21:33:59 +0000
committerEnache Adrian <enache@rdslink.ro>2004-01-10 21:33:59 +0000
commit4c77eaa22dfbda2696a2fb937b406b4e26202676 (patch)
treea52ef17a08a612eb64475454620bc95a975dd7d4 /pod
parentfd680345fcfacb919b0b33f4035408eaca5eba6f (diff)
downloadperl-4c77eaa22dfbda2696a2fb937b406b4e26202676.tar.gz
documentation nit
p4raw-id: //depot/perl@22108
Diffstat (limited to 'pod')
-rw-r--r--pod/perlop.pod3
1 files changed, 3 insertions, 0 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 081774e425..96bb05273a 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -802,6 +802,9 @@ and in transliterations.
\c[ control char (ESC)
\N{name} named Unicode character
+B<NOTE>: Unlike C and other languages, Perl has no \v escape sequence for
+the vertical tab (VT - ASCII 11).
+
The following escape sequences are available in constructs that interpolate
but not in transliterations.