Search results for "module:Data::Dumper::Simple"
Data::Dumper::Simple - Easily dump variables with names
"Data::Dumper::Simple" is actually a source filter that replaces all instances of "Dumper($some, @args)" in your code with a call to "Data::Dumper->Dump()". You can use the one function provided to make dumping variables for debugging a trivial task....
OVID/Data-Dumper-Simple-0.11 - 16 Nov 2005 01:25:16 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::Undump - Perl extension for securely and quickly deserializing simple Data::Dumper dumps
Securely and quickly deserialize simple Data::Dumper dumps. Note that this is an early release. Please contact the author(s) if you intend to use this software in production. EXPORT By default exports the "undump" subroutine....
RGARCIA/Data-Undump-0.15 - 28 Aug 2013 09:48:38 UTC
MMapDB - a simple database in shared memory
"MMapDB" implements a database similar to a hash of hashes of hashes, ..., of arrays of data. It's main design goals were: * very fast read access * lock-free read access for massive parallelism * minimal memory consumption per accessing process * tr...
OPI/MMapDB-0.15 - 10 Sep 2012 10:40:17 UTC
TM - Topic Maps, Base Class
This class implements directly so-called *materialized* topic maps, i.e. those maps which completely reside in memory. Non-materialized and non-materializable maps can be implemented by deriving from this class by overloading one or all of the sub-in...
DRRHO/TM-1.56 - 08 Nov 2010 06:58:01 UTC
Data::TreeDumper - Improved replacement for Data::Dumper. Powerful filtering capability.
Data::Dumper and other modules do a great job of dumping data structures. Their output, however, often takes more brain power to understand than the data itself. When dumping large amounts of data, the output can be overwhelming and it can be difficu...
NKH/Data-TreeDumper-0.40 - 19 May 2011 09:28:01 UTC
Data::PrintUtils - A Collection of Pretty Print routines like Data::Dumper
RHAXTON/Data-PrintUtils-0.12
-
09 Sep 2013 03:56:00 UTC
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::Rmap - recursive map, apply a block to a data structure
rmap BLOCK LIST Recursively evaluate a BLOCK over a list of data structures (locally setting $_ to each element) and return the list composed of the results of such evaluations. $_ can be used to modify the elements. Data::Rmap currently traverses HA...
BOWMANBS/Data-Rmap-0.65 - 22 Nov 2016 13:09:09 UTC
Data::Deep - Complexe Data Structure analysis and manipulation
Data::Deep provides search, path, compare and applyPatch functions which may operate on complex Perl Data Structure for introspection, usage and manipulation (ref, hash or array, array of hash, blessed object and siple scalar). Package, Filehandles a...
DAMO/Data-Deep-0.13 - 11 Nov 2017 11:08:12 UTC
Data::OFAC - A Perl interface to the United States Office of Foreign Assets Control (OFAC) Specially Designated Nationals List (SDN)
From OFAC's Website: As part of its enforcement efforts, OFAC publishes a list of individuals and companies owned or controlled by, or acting for or on behalf of, targeted countries. It also lists individuals, groups, and entities, such as terrorists...
THARDISON/Data-OFAC-0.80 - 15 Sep 2014 14:29:47 UTC
Data::Util - A selection of utilities for data and data types
This module provides utility functions for data and data types, including functions for subroutines and symbol table hashes (stashes). This module makes for a pure Perl and XS implementation. However, if you want to use the full capacity of it, we re...
SYOHEX/Data-Util-0.67 - 16 Mar 2022 04:30:34 UTC
Data::Difference - Compare simple hierarchical data
"Data::Difference" will compare simple data structures returning a list of details about what was added, removed or changed. It will currently handle SCALARs, HASH references and ARRAY references. Each change is returned as a hash with the following ...
GBARR/Data-Difference-0.112850 - 12 Oct 2011 17:44:50 UTC
Data::Thunk - A sneakier Scalar::Defer ;-)
This is an implementation of thunks a la Scalar::Defer, but uses Data::Swap and assignment to $_[0] in order to leave a minimal trace of the thunk. In the case that a reference is returned from "lazy { }" Data::Swap can replace the thunk ref with the...
FLORA/Data-Thunk-0.07 - 10 Sep 2010 09:29:15 UTC
Data::Dumper - stringified perl data structures, suitable for both printing and eval
Given a list of scalars or reference variables, writes out their contents in perl syntax. The references can also be objects. The content of each variable is output in a single Perl statement. Handles self-referential structures correctly. The return...
NWCLARK/Data-Dumper-2.183 - 05 Jul 2021 07:07:44 UTC
Data::Walker - A tool for navigating through Perl data structures
This module allows you to "walk" an arbitrary Perl data structure in the same way that you can walk a directory tree from a UNIX command line. It reuses familiar unix commands (such as "ls", "cd", "pwd") and applies these to data structures. It has a...
JNOLAN/Data-Walker-1.05 - 18 Oct 2002 23:59:27 UTC
Data::CTable - Read, write, manipulate tabular data
CHTHORMAN/Data-CTable-1.01
-
17 Sep 2002 15:11:05 UTC
Data::Domain - Data description and validation
A data domain is a description of a set of values, either scalar or structured (arrays or hashes). The description can include many constraints, like minimal or maximal values, regular expressions, required fields, forbidden fields, and also contextu...
DAMI/Data-Domain-1.12 - 16 May 2023 19:59:24 UTC
Data::Tersify - generate terse equivalents of complex data structures
Complex data structures are useful; necessary, even. But they're not *helpful*. In particular, when you're buried in the guts of some code you don't fully understand and you have a variable you want to inspect, and you say "x $foo" in the debugger, o...
SKINGTON/Data-Tersify-1.003 - 05 Aug 2021 16:40:21 UTC
Data::Overlay - merge/overlay data with composable changes
Basic Idea The overlay functions can be used to apply a group of changes (also called an overlay) to a data structure, non-destructively, returning a shallow-ish copy with the changes applied. "Shallow-ish" meaning shallow copies at each level along ...
BOWMANBS/Data-Overlay-0.54 - 19 Mar 2012 07:00:28 UTC