documentation nit
Adrian M. Enache [Sat, 10 Jan 2004 21:33:59 +0000 (21:33 +0000)]
p4raw-id: //depot/perl@22108

pod/perlop.pod

index 081774e..96bb052 100644 (file)
@@ -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.