diff options
author | Adrian M. Enache <enache@rdslink.ro> | 2004-01-10 21:33:59 +0000 |
---|---|---|
committer | Enache Adrian <enache@rdslink.ro> | 2004-01-10 21:33:59 +0000 |
commit | 4c77eaa22dfbda2696a2fb937b406b4e26202676 (patch) | |
tree | a52ef17a08a612eb64475454620bc95a975dd7d4 /pod | |
parent | fd680345fcfacb919b0b33f4035408eaca5eba6f (diff) | |
download | perl-4c77eaa22dfbda2696a2fb937b406b4e26202676.tar.gz |
documentation nit
p4raw-id: //depot/perl@22108
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlop.pod | 3 |
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. |