Search results for "module:Data::Peek"
Data::Peek - A collection of low-level debug facilities
Data::Peek started off as "DDumper" being a wrapper module over Data::Dumper, but grew out to be a set of low-level data introspection utilities that no other module provided yet, using the lowest level of the perl internals API as possible. DDumper ...
HMBRAND/Data-Peek-0.52 - 03 Jan 2023 12:10:46 UTC
Data::Stream - capability based stream model
MSTROUT/Data-CapabilityBased-0.001000
-
18 Apr 2009 19:24:30 UTC
Data::Stack - A Stack!
Quite simple, really. Just a stack implemented via an array....
GPHAT/Data-Stack-0.01 - 19 Apr 2006 00:39:28 UTC
Data::HexDump - Hexadecial Dumper
This module will generate a hexadecimal dump of a data string or file. You can either use the exported function, as shown in the SYNOPSIS above, or the OO interface, described below. The second example from the SYNOPSIS generated this output: 00 01 0...
NEILB/Data-HexDump-0.04 - 03 Apr 2021 13:57:41 UTC
Data::Decycle - (Cyclic|Circular) reference decycler
Perl programmers love to hate cyclic References, or circular references. It easly leaks out of perl's reference-counter based garbage collection and stays there until perl exits. Even with the introduction of weak references in Perl 5.8, you still ha...
DANKOGAI/Data-Decycle-0.02 - 23 Aug 2010 09:14:04 UTC
Data::Printer - colored & full-featured pretty print of Perl data structures and objects
The ever-popular Data::Dumper is a fantastic tool, meant to stringify data structures in a way they are suitable for being "eval"'ed back in. The thing is, a lot of people keep using it (and similar ones, like Data::Dump) to print data structures and...
GARU/Data-Printer-1.001001 - 30 Jul 2023 03:48:56 UTC
Data::ParseBinary - Yet Another parser for binary structures
This module is a Perl Port for PyConstructs http://construct.wikispaces.com/ This module enables writing declarations for simple and complex binary structures, parsing binary to hash/array data structure, and building binary data from hash/array data...
SEMUELF/Data-ParseBinary-0.31 - 09 Mar 2011 15:36:46 UTC
Data::Leaf::Walker - Walk the leaves of arbitrarily deep nested data structures.
"Data::Leaf::Walker" provides simplified access to nested data structures. It operates on key paths in place of keys. A key path is a list of HASH and ARRAY indexes which define a path through your data structure. For example, in the following data s...
DANBOO/Data-Leaf-Walker-0.21 - 01 May 2013 23:53:12 UTC
Data::Queue::Batch - FIFO data structure for "batching" items
This is a simple FIFO data structure library to dequeue items by configured batch size. This will be usable for processing items in batch, like bulk insertion to the database, etc. For clarification, imagine the following queue: <- head [ ooooo | ooo...
ILLO/Data-Queue-Batch-0.04 - 12 Jan 2017 11:11:25 UTC
Data::HexDump::Range - Hexadecimal Range Dumper with color, bitfields and skip ranges
Creates a dump from binary data and user defined *range* descriptions. The goal of this module is to create an easy to understand dump of binary data. This achieved through: * Highlighted (colors) dump that is easier to understand than a monochrome b...
NKH/Data-HexDump-Range-0.13.72 - 06 Oct 2016 17:28:33 UTC
Data::RecordStore::Silo - Indexed Fixed Record Store
CANID/Data-RecordStore-6.06
-
03 Feb 2020 14:33:09 UTC
Data::FormValidator::Constraints - Basic sets of constraints on input profile.
These are the builtin constraints that can be specified by name in the input profiles. Be sure to check out the SEE ALSO section for even more pre-packaged constraints you can use....
DFARRELL/Data-FormValidator-4.88 - 28 Aug 2017 12:41:42 UTC