Opcode
Opcode
- NAME
- SYNOPSIS
- DESCRIPTION
- NOTE
- WARNING
- Operator Names and Operator Lists
- Opcode Functions
- Manipulating Opsets
- TO DO (maybe)
- Predefined Opcode Tags
- SEE ALSO
- AUTHORS
NAME
Opcode - Disable named opcodes when compiling perl code
SYNOPSIS
use Opcode;
DESCRIPTION
Perl code is always compiled into an internal format before execution.
Evaluating perl code (e.g. via "eval" or