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

Search results for "rurban"

Od - Debug a Perl Compiler backend River stage zero No dependents

This module is a debugging replacement to O, the Perl Compiler frontend, a source level debugger to step through a compiler. It delays the start of the B compiler "compile" function from the CHECK block to the INIT block, so that the Perl debugger ca...

RURBAN/B-Debugger-0.14 - 05 Apr 2013 21:57:14 UTC - Search in distribution
  • Od_o - Debug into a Perl Compilers backend options handling
  • B::Debugger - optree debugger

p2 - activate p2 extensions River stage zero No dependents

use p2 is used to enable extensions for the experimental p2 perl5 implementation. It needs to fail on p5p perl currently, but it would be fantastic if these extensions can be used with p5p perl also someday. See <http://perl11.org/p2/>...

RURBAN/p2-0.02 - 05 Mar 2013 05:16:43 UTC - Search in distribution

RPerl::Learning River stage one • 3 direct dependents • 3 total dependents

WBRASWELL/RPerl-7.000000 - 05 Jul 2020 01:35:58 UTC - Search in distribution

perlall - build, test and do with all perls River stage zero No dependents

perlall is like a better perlbrew with a lot of testing features. The perls are in the default /usr/local/bin/, and /usr/local/lib/perl5/VERSION paths, instead of locally, and . You need write access to the default PREFIX /usr/local, e.g. via "sudo"....

RURBAN/App-perlall-0.51 - 10 Dec 2019 20:02:45 UTC - Search in distribution

FFI - Perl Foreign Function Interface based on libffi River stage zero No dependents

NOTE: Newer and better maintained FFI modules such as FFI::Platypus provide more functionality and so it is strongly recommend that you use one of them for new projects and even consider migrating to one of them for existing projects. This module pro...

PLICEASE/FFI-1.15 - 13 Dec 2019 15:22:59 UTC - Search in distribution
  • FFI::Library - Perl Access to Dynamically Loaded Libraries

B::CC - Perl compiler's optimized C translation backend River stage zero No dependents

This compiler backend takes Perl source and generates C source code corresponding to the flow of your program with unrolled ops and optimised stack handling and lexicals variable types. In other words, this backend is somewhat a "real" compiler in th...

RURBAN/B-C-1.57 - 07 May 2019 12:10:41 UTC - Search in distribution

Storable - persistence for Perl data structures River stage five • 609 direct dependents • 32646 total dependents

The Storable package brings persistence to your Perl data structures containing SCALAR, ARRAY, HASH or REF objects, i.e. anything that can be conveniently stored to disk and retrieved at a later time. It can be used in the regular procedural way by c...

NWCLARK/Storable-3.25 - 30 Aug 2021 08:39:08 UTC - Search in distribution

perlhack - How to hack on Perl River stage five • 11292 direct dependents • 32664 total dependents

This document explains how Perl development works. It includes details about the Perl 5 Porters email list, the Perl repository, the Perl bug tracker, patch guidelines, and commentary on Perl development philosophy....

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

JSON::Parse - Parse JSON River stage two • 35 direct dependents • 77 total dependents

A module for parsing JSON. (JSON means "JavaScript Object Notation" and it is specified in "RFC 8259".) JSON::Parse offers the function "parse_json", which takes a string containing JSON, and returns an equivalent Perl structure. It also offers valid...

BKB/JSON-Parse-0.62 - 15 Jul 2022 23:26:03 UTC - Search in distribution

C::DynaLib - Dynamic Perl interface to C compiled code. River stage zero No dependents

This module allows Perl programs to call C functions in dynamic libraries. It is useful for testing library functions, writing simple programs without the bother of XS, and generating C function pointers that call Perl code. Your Perl must be of the ...

RURBAN/C-DynaLib-0.61 - 21 Dec 2010 17:51:31 UTC - Search in distribution

perlfilter - Source Filters River stage four • 186 direct dependents • 3528 total dependents

This article is about a little-known feature of Perl called *source filters*. Source filters alter the program text of a module before Perl sees it, much as a C preprocessor alters the source text of a C program before the compiler sees it. This arti...

RURBAN/Filter-1.64 - 16 Aug 2022 20:38:55 UTC - Search in distribution

B::Utils1 - Helper functions for op tree manipulation River stage zero No dependents

RURBAN/B-Utils1-1.05 - 29 Jul 2015 06:48:31 UTC - Search in distribution

Tie::CArray - Space-efficient, typed, external C Arrays (Alpha) River stage one • 1 direct dependent • 1 total dependent

Several XS classes and methods to deal with typed, space-efficient C arrays are provided. Range checked and tieable. There are hand-optimized, fast XS versions for the three basic C-types array of *INT*, *DOUBLE* and *STRING* and some sequential aggr...

RURBAN/Tie-CArray-0.15 - 22 Feb 2010 22:41:10 UTC - Search in distribution

XSConfig - Fast XS drop-in replacement for Config.pm with perfect hashing. River stage zero No dependents

BULKDD/XSConfig-6.27 - 11 Jul 2018 20:57:10 UTC - Search in distribution

Net::Ping - check a remote host for reachability River stage three • 32 direct dependents • 561 total dependents

This module contains methods to test the reachability of remote hosts on a network. A ping object is first created with optional parameters, a variable number of hosts may be pinged multiple times and then the connection is closed. You may choose one...

RURBAN/Net-Ping-2.75 - 05 Sep 2022 14:32:58 UTC - Search in distribution

Compress::Bzip2 - Interface to Bzip2 compression library River stage three • 13 direct dependents • 557 total dependents

The *Compress::Bzip2* module provides a Perl interface to the bzip2 compression library (see "AUTHOR" for details about where to get *Bzip2*). A relevant subset of the functionality provided by *bzip2* is available in *Compress::Bzip2*. All string pa...

RURBAN/Compress-Bzip2-2.28 - 18 Jul 2020 06:12:25 UTC - Search in distribution

YAML::Safe - Safe Perl YAML Serialization using XS and libyaml River stage zero No dependents

This module is a re-factoring of YAML::XS, the old Perl XS binding to "libyaml" which offers Perl somewhat acceptable YAML support to date. YAML::XS never produced code which could be read from YAML, and thus was unsuitable to be used as YAML replace...

RURBAN/YAML-Safe-0.82 - 03 Feb 2023 14:27:59 UTC - Search in distribution

optimizer - Write your own Perl optimizer, in Perl River stage one • 3 direct dependents • 3 total dependents

This module allows you to replace the default Perl optree optimizer, "peep", with a Perl function of your own devising. It requires a Perl > 5.8 or patched with the plugpeep patch supplied with the module distribution; this patch allows the optimizer...

RURBAN/optimizer-0.08 - 28 Feb 2012 18:49:26 UTC - Search in distribution

re::engine::PCRE2 - PCRE2 regular expression engine with jit River stage zero No dependents

Replaces perl's regex engine in a given lexical scope with PCRE2 regular expressions provided by libpcre2-8. This provides jit support and faster matching, but may fail in corner cases. See pcre2compat <http://www.pcre.org/current/doc/html/pcre2compa...

RURBAN/re-engine-PCRE2-0.16 - 15 May 2019 16:28:58 UTC - Search in distribution

Cpanel::JSON::XS - cPanel fork of JSON::XS, fast and correct serializing River stage three • 64 direct dependents • 181 total dependents

This module converts Perl data structures to JSON and vice versa. Its primary goal is to be *correct* and its secondary goal is to be *fast*. To reach the latter goal it was written in C. As this is the n-th-something JSON module on CPAN, what was th...

RURBAN/Cpanel-JSON-XS-4.37 - 04 Jul 2023 10:35:53 UTC - Search in distribution
47 results (0.036 seconds)