typedef enum opcode {
OP_NULL, /* 0 */
OP_STUB, /* 1 */
OP_SCALAR, /* 2 */
OP_PUSHMARK, /* 3 */
OP_WANTARRAY, /* 4 */
OP_CONST, /* 5 */
OP_GVSV, /* 6 */
OP_GV, /* 7 */
...
};
|
< Inside an OP Different types of op > Table of Contents | Page 53 |
YAPC 19101,
June 2001 Perl 5 Internals Simon Cozens |