Opcode

Opcode is a Perl module created to disable named opcodes when compiling perl code.
Download

Opcode Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Malcolm Beattie
  • Publisher web site:
  • http://search.cpan.org/~swalters/Sys-Mmap-0.13/Mmap.pm

Opcode Tags


Opcode Description

Opcode is a Perl module created to disable named opcodes when compiling perl code. Opcode is a Perl module created to disable named opcodes when compiling perl code.SYNOPSIS use Opcode;Perl code is always compiled into an internal format before execution.Evaluating perl code (e.g. via "eval" or "do 'file'") causes the code to be compiled into an internal format and then, provided there was no error in the compilation, executed. The internal format is based on many distinct opcodes.By default no opmask is in effect and any code can be compiled.The Opcode module allow you to define an operator mask to be in effect when perl next compiles any code. Attempting to compile code which contains a masked opcode will cause the compilation to fail with an error. The code will not be executed. Requirements: · Perl


Opcode Related Software