Further tweaks to perluniintro.pod
[p5sagit/p5-mst-13.2.git] / opcode.pl
index fc90005..03e7dc7 100755 (executable)
--- a/opcode.pl
+++ b/opcode.pl
@@ -406,7 +406,7 @@ sub tab {
 
 __END__
 
-# New ops always go at the very end
+# New ops always go at the end, just before 'custom'
 
 # A recapitulation of the format of this file:
 # The file consists of five columns: the name of the op, an English
@@ -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
@@ -814,7 +814,7 @@ rmdir               rmdir                   ck_fun          isTu%   S?
 
 # Directory calls.
 
-open_dir       opendir                 ck_fun          is@     F S S?
+open_dir       opendir                 ck_fun          is@     F S
 readdir                readdir                 ck_fun          %       F
 telldir                telldir                 ck_fun          st%     F
 seekdir                seekdir                 ck_fun          s@      F S
@@ -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