Search results for "pp"
pp - PAR Packager
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.059 - 20 Jul 2023 14:13:30 UTC - Search in distribution- tkpp - frontend to pp written in Perl/Tk.
- PAR::Filter::Obfuscate - Obfuscating filter
- PAR::Filter::Bytecode - Bytecode filter
- 1 more result from PAR-Packer »
DDC::PP - pure-perl drop-in replacements for DDC::XS module
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- DDC::PP::Object - common perl base class for DDC::PP objects
- DDC::PP::CQuery - pure-perl implementation of DDC::XS::CQuery
- DDC::PP::CQCount - pure-perl implementation of DDC::XS::CQCount
- 8 more results from DDC-Concordance »
Chj::pp - pretty printing as a debugging help
PFLANZE/FunctionalPerl-0.72.76
-
22 Jan 2023 15:12:41 UTC
-
Search in distribution
- FunctionalPerl - functional programming in Perl
PDL::PP - Generate PDL routines from concise descriptions
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.084 - 21 May 2023 16:35:20 UTC - Search in distribution- PDL::PP::Signature - Internal module to handle signatures
- Basic/Gen/PP/PDLCode.pm
- Basic/Gen/PP/Dims.pm
- 37 more results from PDL »
Pod::PP - POD pre-processor
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
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
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.
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- JSON::PP::Boolean - dummy module providing JSON::PP::Boolean
- json_pp - JSON::PP command utility
YAML::PP - YAML 1.2 processor
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-0.036 - 10 May 2023 15:12:32 UTC - Search in distribution- YAML::PP::Perl - Convenience module for loading and dumping Perl objects
- YAML::PP::Writer - Write YAML output
- YAML::PP::Schema - Schema for YAML::PP
- 24 more results from YAML-PP »
Clone::PP - Recursively copy Perl datatypes
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
Config::PP - lightweight configuration file manager that uses Pure Perl to serialize.
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
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
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
Net::AMQP::PP - Nasty hack for when you want pure perl AnyEvent::RabbitMQ
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
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
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
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
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
List::Util::PP - Pure-perl implementations of List::Util subroutines
"List::Util::PP" contains pure-perl implementations of all of the functions documented in List::Util. This is meant for when a compiler is not available, or when packaging for reuse without without installing modules. Generally, List::Util::MaybeXS s...
HAARG/List-Util-MaybeXS-1.500012 - 29 Apr 2022 14:38:31 UTC - Search in distribution