From: Adrian M. Enache Date: Sat, 10 Jan 2004 21:33:59 +0000 (+0000) Subject: documentation nit X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=4c77eaa22dfbda2696a2fb937b406b4e26202676;p=p5sagit%2Fp5-mst-13.2.git documentation nit p4raw-id: //depot/perl@22108 --- diff --git a/pod/perlop.pod b/pod/perlop.pod index 081774e..96bb052 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: 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.