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

Search results for "module:Hash::Case"

lib/Hash/Case.pm River stage one • 2 direct dependents • 2 total dependents

MARKOV/Hash-Case-1.05 - 06 Feb 2020 15:41:46 UTC

lib/Hash/Case/Upper.pm River stage one • 2 direct dependents • 2 total dependents

MARKOV/Hash-Case-1.05 - 06 Feb 2020 15:41:46 UTC

lib/Hash/Case/Preserve.pm River stage one • 2 direct dependents • 2 total dependents

MARKOV/Hash-Case-1.05 - 06 Feb 2020 15:41:46 UTC

lib/Hash/Case/Lower.pm River stage one • 2 direct dependents • 2 total dependents

MARKOV/Hash-Case-1.05 - 06 Feb 2020 15:41:46 UTC

Hash::Util - A selection of general-utility hash subroutines River stage five • 11292 direct dependents • 32664 total dependents

"Hash::Util" and "Hash::Util::FieldHash" contain special functions for manipulating hashes that don't really warrant a keyword. "Hash::Util" contains a set of functions that support restricted hashes. These are described in this document. "Hash::Util...

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

Hash::Util - A selection of general-utility hash subroutines River stage five • 11292 direct dependents • 32664 total dependents

"Hash::Util" and "Hash::Util::FieldHash" contain special functions for manipulating hashes that don't really warrant a keyword. "Hash::Util" contains a set of functions that support restricted hashes. These are described in this document. "Hash::Util...

RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC

Hash::Type - restricted, ordered hashes as arrays tied to a "type" (shared list of keys) River stage one • 1 direct dependent • 2 total dependents

An instance of "Hash::Type" encapsulates a collection of field names, and is used to generate tied hashes, implemented internally as arrayrefs, and sharing the common list of fields. The original motivation for this design was to spare memory, since ...

DAMI/Hash-Type-2.00 - 06 May 2016 20:06:20 UTC

Hash::Filler - Programatically fill elements of a hash based in prerequisites River stage zero No dependents

"Hash::Filler" provides an interface so that hash elements can be calculated depending in the existence of other hash elements, using user-supplied code references. One of the first uses of this module was inside a server. In this server, the respons...

LUISMUNOZ/Hash-Filler-1.40 - 05 Sep 2000 02:08:52 UTC

CONFIG::Hash - Class to read 2-column files into a hash River stage zero No dependents

Parses a two-column formated file into a hash. The module uses the CONFIG::Plain class so you can use all features of the Plain module....

MWS/CONFIG-V0.99.11 - 01 Nov 2000 23:25:47 UTC

Hash::Subset - Produce subset of a hash River stage two • 18 direct dependents • 82 total dependents

Keywords: hash arguments, hash picking, hash grep, hash filtering, hash merging...

PERLANCAR/Hash-Subset-0.007 - 14 Oct 2022 00:06:08 UTC

Hash::Layout - hashes with predefined levels, composite keys and default values River stage one • 1 direct dependent • 3 total dependents

"Hash::Layout" provides deep hashes with a predefined number of levels which you can access using special "composite keys". These are essentially string paths that inflate into actual hash keys according to the defined levels and delimiter mappings, ...

VANSTYN/Hash-Layout-2.00 - 21 Nov 2020 14:38:05 UTC

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

Class::Generate - Generate Perl class hierarchies River stage one • 1 direct dependent • 1 total dependent

The "Class::Generate" package exports functions that take as arguments a class specification and create from these specifications a Perl 5 class. The specification language allows many object-oriented constructs: typed members, inheritance, private m...

SHLOMIF/Class-Generate-1.18 - 13 Oct 2020 09:35:55 UTC

Tie::Alias - create aliases in pure perl River stage zero No dependents

the Tie::Alias TIESCALAR function takes one argument, which is a reference to the scalar which is to be aliased. Since version 1.0, the argument no longer needs to be a reference. In case the scalar is already tied, the alias gets tied to whatever th...

DAVIDNICO/Tie-Alias-1.01 - 04 Jun 2007 17:29:08 UTC

Hash::DefHash - Manipulate defhash River stage two • 5 direct dependents • 10 total dependents

PERLANCAR/Hash-DefHash-0.072 - 22 Jul 2021 12:18:01 UTC

JSON::Relaxed - An extension of JSON that allows for better human-readability. River stage zero No dependents

JSON::Relaxed is a lightweight parser and serializer for an extension of JSON called Relaxed JSON (RJSON). The intent of RJSON is to provide a format that is more human-readable and human-editable than JSON. Most notably, RJSON allows the use of Java...

JV/JSON-Relaxed-0.052 - 19 Mar 2024 07:56:26 UTC

PApp::DataRef - reference data stored in scalars, databases... River stage zero No dependents

You often want to store return values from HTML forms (e.g. "editform" in macro) or other "action at a distance" events in your state variable or in a database (e.g. after updates). The DBIx::Recordset provides similar functionality. "PApp::DataRef" ...

MLEHMANN/PApp-2.3 - 02 Aug 2023 22:30:09 UTC

Hash::Sanitize - Remove undesired keys from a hash (recursive) River stage zero No dependents

This module implements two methods that allows you to clean up a hash of undesired keys. When called the method will iterate trough the hash keys and delete any keys that are non in the desired set. This module is like Hash::Util's "legal_keys" metho...

EVOZON/Hash-Sanitize-0.04 - 01 Apr 2016 08:24:57 UTC

Object::Hybrid - promote Perl primitives (hashes, scalars, arrays, and filehandles), either tie()d or not, to become hybrid objects River stage zero No dependents

Some applications need to accept both plain primitives as well as tie()d primitives with additional (non-perltie) methods and parameters supported by extended interface available through tied() object. For example, application cache may be allowed to...

METADOO/Object-Hybrid-0.07 - 18 Nov 2013 01:46:58 UTC

autobox::Core - Provide core functions to autoboxed scalars, arrays and hashes. River stage three • 21 direct dependents • 147 total dependents

The autobox module promotes Perl's primitive types (literals (strings and numbers), scalars, arrays and hashes) into first-class objects. However, autobox does not provide any methods for these new classes. autobox::CORE provides a set of methods for...

SWALTERS/autobox-Core-1.33 - 17 Dec 2016 22:40:50 UTC
54 results (0.041 seconds)