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

Search results for "Tie::IxHash"

Tie::IxHash - ordered associative arrays for Perl River stage four • 152 direct dependents • 1972 total dependents

This Perl module implements Perl hashes that preserve the order in which the hash elements were added. The order is not affected when values corresponding to existing keys in the IxHash are changed. The elements can also be set to any arbitrary suppl...

CHORNY/Tie-IxHash-1.23 - 24 Feb 2013 11:37:35 UTC - Search in distribution

Tie::IxHash::Easy - Auto-tie()s internal hashes in a tied hash River stage zero No dependents

This module automatically ties any hash reference in the tied hash to the same class, making all of them behave like Tie::IxHash hashes....

PINYAN/Tie-IxHash-Easy-0.01 - 12 May 2004 18:02:26 UTC - Search in distribution

Tie::IxHash::FixedSize - Tie::IxHash with a fixed maximum size River stage zero No dependents

Hashes tied with Tie::IxHash::FixedSize behave exactly like normal Tie::IxHash hashes, except the maximum number of keys that can be held by the hash is limited by a specified "size". Once the number of keys in the hash exceeds this size, the oldest ...

MSCHOUT/Tie-IxHash-FixedSize-1.02 - 03 Jun 2018 20:28:50 UTC - Search in distribution

YAML::PP::Schema::Tie::IxHash - (Deprecated) Schema for serializing ordered hashes River stage three • 37 direct dependents • 167 total dependents

This is deprecated. See the new option "preserve" in YAML::PP. This schema allows you to dump ordered hashes which are tied to Tie::IxHash. This code is pretty new and experimental. It is not yet implemented for loading yet, so for now you have to ti...

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

DBIx::AutoReconnect - restart DBI calls after reconnecting on failure River stage zero No dependents

The module wraps "DBI->connect" call with "DBIx::AutoReconnect->connect" call so that any operation with DB connection handle that fails due to connection break ( server shutdown, tcp reset etc etc), is automatically reconnected. The module is useful...

KARASIK/DBIx-AutoReconnect-0.01 - 08 Jul 2005 08:37:08 UTC - Search in distribution

Log::Message::JSON::Hash - Tie::IxHash(3) wrapper supporting storing cache River stage zero No dependents

This class is a proxy to Tie::IxHash(3). It's a valid class to tie hash to, and above this the class adds possibility of storing a cache. The cache is cleared on every destructive operation (storing an element, deleting an element and clearing whole ...

DOZZIE/Log-Message-JSON-0.30.01 - 14 Apr 2014 10:58:41 UTC - Search in distribution

MooseX::Types::Tied::Hash::IxHash - Moose type library for Tie::IxHash tied hashes River stage one • 1 direct dependent • 5 total dependents

This is a collection of Moose types and coercion settings for Tie::IxHash tied hashes. The package behaves as you'd expect a MooseX::Types library to act: either specify the types you want imported explicitly or use the ':all' catchall....

RSRCHBOY/MooseX-Types-Tied-0.003 - 21 Apr 2012 19:33:51 UTC - Search in distribution

BSON - BSON serialization and deserialization (EOL) River stage one • 6 direct dependents • 7 total dependents

This class implements a BSON encoder/decoder ("codec"). It consumes "documents" (typically hash references) and emits BSON strings and vice versa in accordance with the BSON Specification <http://bsonspec.org>. BSON is the primary data representation...

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

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 82 direct dependents • 243 total dependents

This module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...

MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 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

EBook::Tools - Object class for manipulating and generating E-books River stage zero No dependents

This module provides an object interface and a number of related procedures intended to create or modify documents centered around the International Digital Publishing Forum (IDPF) standards, currently both OEBPS v1.2 and OPS/OPF v2.0....

AZED/EBook-Tools-v0.5.4 - 01 Oct 2014 22:29:05 UTC - Search in distribution

perl581delta - what is new for perl v5.8.1 River stage five • 11292 direct dependents • 32664 total dependents

This document describes differences between the 5.8.0 release and the 5.8.1 release. If you are upgrading from an earlier release such as 5.6.1, first read the perl58delta, which describes differences between 5.6.0 and 5.8.0. In case you are wonderin...

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

perlfaq4 - Data Manipulation River stage zero No dependents

This section of the FAQ answers questions related to manipulating numbers, dates, strings, arrays, hashes, and miscellaneous data issues....

ETHER/perlfaq-5.20240218 - 18 Feb 2024 17:37:36 UTC - Search in distribution

Reindeer - Moose with more antlers River stage one • 2 direct dependents • 4 total dependents

Like Moose? Use MooseX::* extensions? Maybe some MooseX::Types libraries? Hate that you have to use them in every. Single. Class. Reindeer aims to resolve that :) Reindeer _is_ Moose -- it's just Moose with a number of the more useful/popular extensi...

RSRCHBOY/Reindeer-0.020 - 20 Dec 2017 23:30:25 UTC - Search in distribution

MorboDB - In-memory database, mostly-compatible clone of MongoDB River stage zero No dependents

MorboDB is an in-memory database, meant to be a mostly-compatible clone of Perl's MongoDB driver, in such a way that it can be used to replace or even supplement MongoDB in applications where it might be useful. USE CASES An in-memory database can be...

IDOPEREL/MorboDB-1.000000 - 24 Dec 2013 20:34:45 UTC - Search in distribution

Tie::Persistent - persistent data structures via tie made easy River stage zero No dependents

The Tie::Persistent package makes working with persistent data real easy by using the "tie" interface. It works by storing data contained in a variable into a file (not unlike a database). The primary advantage is speed, as the whole datastructure is...

RGIERSIG/Tie-Persistent-1.00 - 06 May 2002 10:29:15 UTC - Search in distribution

Convert::Binary::C - Binary Data Conversion using C Types River stage one • 4 direct dependents • 4 total dependents

Convert::Binary::C is a preprocessor and parser for C type definitions. It is highly configurable and supports arbitrarily complex data structures. Its object-oriented interface has "pack" and "unpack" methods that act as replacements for Perl's "pac...

MHX/Convert-Binary-C-0.84 - 23 Nov 2020 13:15:27 UTC - Search in distribution

Leyland - RESTful web application framework based on Plack River stage zero No dependents

Leyland is a Plack-based application framework for building truely RESTful, MVC-style web applications. It is feature rich and highly extensible. STOP! BACKWORDS COMPATIBILITY BREAKING CHANGES Leyland v1.0.0 brings small changes that break backwords ...

IDOPEREL/Leyland-1.000002 - 13 Apr 2014 12:41:01 UTC - Search in distribution

Embedix::ECD - Embedix Component Descriptions as objects River stage zero No dependents

Embedix::ECD allows one to represent ECD files as a tree of perl objects. One can construct objects by parsing an ECD file, or one can build an ECD object from scratch by combining instances of Embedix::ECD and its subclasses. These objects can then ...

BEPPU/Embedix-ECD-0.09 - 21 Feb 2001 22:19:39 UTC - Search in distribution
105 results (0.109 seconds)