The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "Opcode"

Opcode - Disable named opcodes when compiling perl code River stage five • 11292 direct dependents • 32664 total dependents

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. Th...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC - Search in distribution
  • Opcode - Disable named opcodes when compiling perl code
  • ops - Perl pragma to restrict unsafe operations when compiling
  • ops - Perl pragma to restrict unsafe operations when compiling
  • 52 more results from perl »

JSPL::SM::Opcode - Class that encapsulates SpiderMonkey's jsopcodes. River stage zero No dependents

Provides access to SM's jsopcodes. Useful if you ever need to work with SpiderMonkey bytecode. See jsopcode.tbl is SM sources for details....

SORTIZ/JSPL-1.07 - 17 Jan 2012 00:51:18 UTC - Search in distribution

WWW::Scraper::Opcode - Canonical form for Scraper requests River stage one • 1 direct dependent • 1 total dependent

See ScraperPOD for a description of how the Op class fits into Scraper. setQuery Set the canonical "query" field value. The Op class converts that to the appropriate native query string and field according to the associated Scraper engine. You may al...

GLENNWOOD/Scraper-3.05 - 02 Aug 2003 07:47:12 UTC - Search in distribution

Text::Xslate::PP::Opcode - Text::Xslate opcode implementation in pure Perl River stage two • 70 direct dependents • 83 total dependents

This module is a pure Perl implementation of the Xslate opcodes. The is enabled with "$ENV{ENV}='pp=opcode'"....

SKAJI/Text-Xslate-v3.5.9 - 31 Oct 2021 01:13:03 UTC - Search in distribution

CPU::Z80::Assembler::Opcode - Represents one assembly expression to be computed at link time River stage one • 1 direct dependent • 1 total dependent

This module defines the class that represents one assembly instruction to be added to the object code. The instruction can contain references to CPU::Z80::Assembler::Expr expressions that are computed at link time....

PSCUST/CPU-Z80-Assembler-2.25 - 27 May 2023 22:27:01 UTC - Search in distribution

Bitcoin::Crypto::Script::Opcode - Bitcoin Script opcode River stage one • 2 direct dependents • 3 total dependents

This is both a library of opcodes and a small struct-like class for opcodes....

BRTASTIC/Bitcoin-Crypto-2.004 - 23 Apr 2024 19:56:44 UTC - Search in distribution

Language::Zcode::Parser::Opcode - parse one opcode River stage zero No dependents

This package parses one opcode. It uses the syntax described in the Z-spec's table, 14.1. It parses the opcode and its arguments into a hash: opcode Name of the opcode opcode_address Byte address of the opcode (in hex) args Arguments to a subroutine ...

AKARGER/Language-Zcode-0.8 - 15 Sep 2004 04:15:30 UTC - Search in distribution

MarpaX::Java::ClassFile::Struct::OpCode - Op code River stage zero No dependents

JDDPAUSE/MarpaX-Java-ClassFile-0.009 - 28 Jul 2023 05:41:56 UTC - Search in distribution

JavaScript::Runtime::OpcodeCounting - JavaScript::Runtime that counts how many opcodes that are executed River stage zero No dependents

This module provides an extended JavaScript::Runtime class that keeps track on how many opcodes are executed by the runtime. It can also be set to abort execution when N number of opcodes have been executed by setting an upper limit. Currently both t...

KONOBI/JavaScript-Runtime-OpcodeCounting-1.02 - 01 Feb 2010 20:33:57 UTC - Search in distribution

B::Hooks::OP::PPAddr - Hook into opcode execution River stage two • 5 direct dependents • 41 total dependents

This module provides a C API for XS modules to hook into the execution of perl opcodes. ExtUtils::Depends is used to export all functions for other XS modules to use. Include the following in your Makefile.PL: my $pkg = ExtUtils::Depends->new('Your::...

ETHER/B-Hooks-OP-PPAddr-0.06 - 26 Aug 2017 20:48:54 UTC - Search in distribution

rezrov - a pure Perl Infocom (z-code) game interpreter River stage zero No dependents

Rezrov is a program that lets you play Infocom game data files. Infocom's data files (e.g. "zork1.dat") are actually platform-independent "z-code" programs written for a virtual machine known as the "z-machine". Rezrov is a z-code interpreter which c...

EDMONSON/Games-Rezrov-0.20 - 06 Mar 2010 19:32:01 UTC - Search in distribution

AnyEvent - the DBI of event loop programming River stage three • 409 direct dependents • 668 total dependents

AnyEvent provides a uniform interface to various event loops. This allows module authors to use event loop functionality without forcing module users to use a specific event loop implementation (since more than one event loop cannot coexist peacefull...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

Image::ExifTool::TagNames - ExifTool tag name documentation River stage two • 29 direct dependents • 30 total dependents

This document contains a complete list of ExifTool tag names, organized into tables based on information type. Tag names are used to reference specific meta information extracted from or written to a file....

EXIFTOOL/Image-ExifTool-12.76 - 31 Jan 2024 15:31:14 UTC - Search in distribution

Aspect - Aspect-Oriented Programming (AOP) for Perl River stage two • 10 direct dependents • 13 total dependents

What is Aspect-Oriented Programming? Aspect-Oriented Programming (AOP) is a programming paradigm which aims to increase modularity by allowing the separation of "cross-cutting "concerns. It includes programming methods and tools that support the modu...

ADAMK/Aspect-1.04 - 09 Apr 2013 05:38:16 UTC - Search in distribution

Intro River stage zero No dependents

GRICHTER/HTML-Embperl-1.3.6 - 15 Feb 2003 19:33:11 UTC - Search in distribution

PGN - Portable Game Notation for Chess River stage one • 2 direct dependents • 2 total dependents

This is the Portable Game Notation Specification and Implementation Guide, as revised on 12th March 1994....

GDR/Games-Chess-0.003 - 07 Jun 1999 12:42:08 UTC - Search in distribution

pp2sdf - translates PerlPoint to SDF River stage one • 4 direct dependents • 5 total dependents

This is a demonstration application of the PerlPoint package. It translates PerlPoint into SDF. SDF is, of course, no presentation format by itself. Nevertheless it *is* useful as a target format because sdf can produce various other formats. Present...

JSTENZEL/PerlPoint-Package-0.452 - 10 Oct 2007 21:39:50 UTC - Search in distribution

Embperl - Building dynamic Websites with Perl River stage one • 3 direct dependents • 3 total dependents

Embperl is a framework for building websites with Perl. For the beginner it's any easy to setup and use way of embedding Perl code in HTML pages. It delivers several features that ease the task of creating a websites, including dynamic tables, formfi...

GRICHTER/Embperl-3.0.0 - 24 Nov 2023 21:23:02 UTC - Search in distribution

pp2html - PerlPoint to HTML converter River stage one • 1 direct dependent • 2 total dependents

"pp2html" creates a set of HTML files for a foilset based on a simple textfile slide_text. Due to its formatting features and the capability of creating navigation, table of contents and index pages, "pp2html" is also a suitable tool for writing onli...

LDOMKE/PerlPoint-Converters-1.0205 - 08 Feb 2006 15:33:27 UTC - Search in distribution
  • pp2latex - PerlPoint to LaTeX converter

Mac::Errors - constants for Mac error codes River stage one • 1 direct dependent • 1 total dependent

The %MacErrors hash indexes error information by the error number or symbol. Each value is a "Mac::Errors" object which has the symbol, number, and description. The $MacError scalar performs some tied magic to translate MacPerl's $^E to the error tex...

BDFOY/Mac-Errors-1.192 - 20 Jun 2018 17:50:35 UTC - Search in distribution
143 results (0.087 seconds)