PATCH perlguts.pod: Document D and d magic types
Mark-Jason Dominus [Wed, 5 Jul 2000 18:01:51 +0000 (18:01 +0000)]
Message-ID: <20000705180151.29413.qmail@plover.com>

p4raw-id: //depot/cfgperl@6334

pod/perlguts.pod

index 5f1dd21..160850c 100644 (file)
@@ -832,6 +832,8 @@ The current kinds of Magic Virtual Tables are:
     a        vtbl_amagicelem     %OVERLOAD hash element
     c        (none)              Holds overload table (AMT) on stash
     B        vtbl_bm             Boyer-Moore (fast string search)
+    D        vtbl_regdata        Regex match position data (@+ and @- vars)
+    d        vtbl_regdatum       Regex match position data element
     E        vtbl_env            %ENV hash
     e        vtbl_envelem        %ENV hash element
     f        vtbl_fm             Formline ('compiled' format)