K 10 svn:author V 4 bofh K 8 svn:date V 27 2015-02-11T12:20:20.639753Z K 7 svn:log V 570 [New Port] devel/p5-Opcodes More Opcodes information from opnames.h and opcode.h The canonical list of operator names is the contents of the array PL_op_name, defined and initialised in file opcode.h of the Perl source distribution (and installed into the perl library). Each operator has both a terse name (its opname) and a more verbose or recognisable descriptive name. The opdesc function can be used to return a description for an OP. WWW: http://search.cpan.org/dist/Opcodes/ PR: 196687 Submitted by: svysh.fbsd@gmail.com Approved by: bapt marino (implicit) END