-
perl-Data-Dump-1.21-4.fc19.noarch
This module provides a single function called dump() that takes a list of
values as its argument and produces a string as its result. The string
contains Perl code that, when evaled, produces a deep copy of the original
arguments. The string is formatted for easy reading.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Data-Dumper-2.145-1.fc19.armv6hl
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Data-Dumper-2.151-1.lbn19.x86_64
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.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Data-Dumper-Concise-2.020-6.fc19.noarch
This module always exports a single function, Dumper, which can be
called with an array of values to dump those values or with no arguments
to return the Data::Dumper object it has created. It exists,
fundamentally, as a convenient way to reproduce a set of Dumper options
that we've found ourselves using across large numbers of applications.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Data-OptList-0.107-9.fc19.noarch
Hashes are great for storing named data, but if you want more than one entry
for a name, you have to use a list of pairs. Even then, this is really boring
to write:
$values = [
foo => undef,
bar => undef,
baz => undef,
xyz => { ... },
];
With Data::OptList, you can do this instead:
$values = Data::OptList::mkopt([
qw(foo bar baz),
xyz => { ... },
]);
This works by assuming that any defined scalar is a name and any reference
following a name is its value.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Data-Section-0.101621-5.fc19.noarch
Data::Section provides an easy way to access multiple named chunks of
line-oriented data in your module's DATA section. It was written to allow
modules to store their own templates, but probably has other uses.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Data-TreeDumper-0.40-4.fc19.noarch
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 difficult to see the relationship between each
piece of the dumped data.
Data::TreeDumper also dumps data in a tree-like fashion but hopefully in a
format more easily understood.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Data-Types-0.09-6.fc19.noarch
This module exports a number of functions that are useful for validating
and converting data types. It is intended for use in applications where
data types are more important than they typically are in Perl -- e.g.,
database applications.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Data-Util-0.63-3.2.x86_64
This module provides utility functions for data and data types, including
functions for subroutines and symbol table hashes (stashes).
The implementation of this module is both Pure Perl and XS, so if you have
a C compiler, all the functions this module provides are really faster.
There are many benchmarks in the _DIST-DIR/benchmark/_ directory.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19
-
perl-Data-Visitor-0.28-4.fc19.noarch
This module is a simple visitor implementation for Perl values.
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 19