Further tweaks to perluniintro.pod
[p5sagit/p5-mst-13.2.git] / opcode.pl
index ef55717..03e7dc7 100755 (executable)
--- a/opcode.pl
+++ b/opcode.pl
@@ -420,7 +420,7 @@ __END__
 # logop       - |            listop   - @            pmop       - /
 # padop/svop  - $            padop    - # (unused)   loop       - {
 # baseop/unop - %            loopexop - }            filestatop - -
-# pvop/svop   - "
+# pvop/svop   - "            cop      - ;
 
 # Other options are:
 #   needs stack mark                    - m
@@ -924,4 +924,9 @@ threadsv    per-thread value        ck_null         ds0
 setstate       set statement info      ck_null         s;
 method_named   method with known name  ck_null         d$
 
+dor            defined or (//)                 ck_null         |
+dorassign      defined or assignment (//=)     ck_null         s|
+
+# Add new ops before this, the custom operator.
+
 custom         unknown custom operator         ck_null         0