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

Search results for "pp"

pp - PAR Packager River stage one • 5 direct dependents • 6 total dependents

pp creates standalone executables from Perl programs, using the compressed packager provided by PAR, and dependency detection heuristics offered by Module::ScanDeps. Source files are compressed verbatim without compilation. You may think of pp as "pe...

RSCHUPP/PAR-Packer-1.063 - 15 Mar 2024 12:57:23 UTC - Search in distribution
  • tkpp - frontend to pp written in Perl/Tk.
  • PAR::Filter - Input filter for PAR

DDC::PP - pure-perl drop-in replacements for DDC::XS module River stage one • 1 direct dependent • 2 total dependents

This package doesn't do anything but load the pure-perl drop-in replacements for the DDC::XS modules. See submodule documentation for details. The code in this module is a pure-perl implementation of the original DDC C++ and XS code, based on DDC::XS...

MOOCOW/DDC-Concordance-0.50 - 08 Dec 2020 13:06:22 UTC - Search in distribution

Chj::pp - pretty printing as a debugging help River stage zero No dependents

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC - Search in distribution

PDL::PP - Generate PDL routines from concise descriptions River stage three • 93 direct dependents • 101 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.087 - 05 Apr 2024 22:39:41 UTC - Search in distribution

Pod::PP - POD pre-processor River stage zero No dependents

The "Pod::PP" module is a POD pre-processor built on top of "Pod::Parser". The helper script podpp provides a pre-processor command for POD, whose interface is very much like cpp, the C pre-processor. However, unlike C, the "Pod::PP" processing is no...

RAM/Pod-PP-0.1.2 - 01 Dec 2001 14:11:17 UTC - Search in distribution

BSON::PP - Pure Perl BSON implementation River stage one • 6 direct dependents • 7 total dependents

This module contains the pure-Perl implementation for BSON encoding and decoding. There is no public API. Use the BSON module and it will choose the best implementation for you....

MONGODB/BSON-v1.12.2 - 13 Aug 2020 14:58:11 UTC - Search in distribution

CBOR::PP - CBOR in pure Perl River stage zero No dependents

This library implements a CBOR <https://tools.ietf.org/html/rfc7049> encoder and decoder in pure Perl. This module itself is a syntactic convenience. For details about what CBOR::PP can and can’t do, see the underlying CBOR::PP::Encode and CBOR::PP::...

FELIPE/CBOR-PP-0.05 - 30 Jan 2020 06:05:05 UTC - Search in distribution

JSON::PP - JSON::XS compatible pure-Perl module. River stage five • 219 direct dependents • 19622 total dependents

JSON::PP is a pure perl JSON decoder/encoder, and (almost) compatible to much faster JSON::XS written by Marc Lehmann in C. JSON::PP works as a fallback module when you use JSON module without having installed JSON::XS. Because of this fallback featu...

ISHIGAKI/JSON-PP-4.16 - 30 Dec 2022 04:33:20 UTC - Search in distribution

YAML::PP - YAML 1.2 processor River stage three • 37 direct dependents • 167 total dependents

YAML::PP is a modular YAML processor. It aims to support "YAML 1.2" and "YAML 1.1". See <https://yaml.org/>. Some (rare) syntax elements are not yet supported and documented below. YAML is a serialization language. The YAML input is called "YAML Stre...

TINITA/YAML-PP-v0.38.0 - 29 Jan 2024 23:29:38 UTC - Search in distribution

Clone::PP - Recursively copy Perl datatypes River stage three • 14 direct dependents • 903 total dependents

This module provides a general-purpose clone function to make deep copies of Perl data structures. It calls itself recursively to copy nested hash, array, scalar and reference types, including tied variables and objects. The clone() function takes a ...

NEILB/Clone-PP-1.08 - 20 Oct 2020 10:51:40 UTC - Search in distribution

Qhull::PP - Pure Perl interface to Qhull River stage zero No dependents

This is a pure-Perl interface to qhull. It passes input to the qhull executable and parses and returns the results....

DJERIUS/Qhull-0.06 - 29 Mar 2024 21:57:10 UTC - Search in distribution

Config::PP - lightweight configuration file manager that uses Pure Perl to serialize. River stage zero No dependents

Config::PP is lightweight configuration file manager that uses Pure Perl to serialize....

PUNYTAN/Config-PP-0.04 - 09 Mar 2012 08:53:44 UTC - Search in distribution

NgxQueue::PP - NgxQueue Pure-Perl backend River stage zero No dependents

TYPESTER/NgxQueue-0.02 - 13 Mar 2013 07:55:07 UTC - Search in distribution
  • NgxQueue - Simple double linked list based nginx's ngx-queue.h

SkewHeap::PP - a fast and flexible heap structure River stage zero No dependents

A skew heap is a memory efficient, self-adjusting heap with an amortized performance of O(log n) or better. "SkewHeap:PP" is implemented in pure perl, yet performs comparably to SkewHeap. The key feature of a skew heap is the ability to quickly and e...

JEFFOBER/SkewHeap-PP-0.02 - 26 Jun 2020 18:00:16 UTC - Search in distribution

Evo::Lib::PP River stage one • 1 direct dependent • 1 total dependent

ALEXBYK/Evo-0.0405 - 18 Jul 2017 22:54:34 UTC - Search in distribution

Net::AMQP::PP - Nasty hack for when you want pure perl AnyEvent::RabbitMQ River stage zero No dependents

This module horribly monkeypatches NET::AMQP to avoid it's need to load XML::LibXML. This code does disgusting things, and should be considered alpha quality. It uses the flavour of the AMQP spec inlined into AnyEvent::RabbitMQ to be compatible with ...

BOBTFISH/Net-AMQP-PP-0.01 - 08 Mar 2012 21:27:24 UTC - Search in distribution

Ref::Util::PP - pure-Perl version of Ref::Util River stage three • 141 direct dependents • 439 total dependents

This module provides a pure-Perl implementation of the functions in Ref::Util. Ref::Util:PP will be used automatically if Ref::Util is installed on a system with no C compiler, but you can force its usage by setting either $Ref::Util::IMPLEMENTATION ...

ARC/Ref-Util-0.204 - 19 Apr 2018 11:23:10 UTC - Search in distribution

YAML::PP::Ref - Generated Reference Parser backend for YAML::PP River stage zero No dependents

The <https://yaml.org/> YAML Specification can be used to generate a YAML Parser from it. Ingy has done that for several languages, and the one for Perl can be found here: <https://metacpan.org/dist/YAML-Parser>. This module exchanges the default YAM...

TINITA/YAML-PP-Ref-0.02 - 08 Mar 2022 18:39:25 UTC - Search in distribution

Bit::Manip::PP - Pure Perl functions to simplify bit string manipulation River stage one • 1 direct dependent • 2 total dependents

This is the Pure Perl version of the XS-based Bit::Manip distribution. Provides functions to aid in bit manipulation (set, unset, toggle, shifting) etc. Particularly useful for embedded programming and writing device communication software. In functi...

STEVEB/Bit-Manip-PP-1.07 - 24 Jul 2017 13:03:39 UTC - Search in distribution

Date::Calc::PP - pure-Perl plug-in for Date::Calc River stage three • 97 direct dependents • 288 total dependents

You never use this module directly. Use Date::Calc(3) instead!...

STBEY/Date-Calc-6.4 - 07 Mar 2015 20:24:35 UTC - Search in distribution
755 results (0.151 seconds)