-
perl-Data-Dump-1.25-3.fc36.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 36
-
perl-Data-Dumper-2.135.06-239.lbn13.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 13
-
perl-Data-Dumper-2.135.06-239.lbn13.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 13
-
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-2.174-1.lbn25.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 25
-
perl-Data-Dumper-2.183-3.fc36.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 36
-
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.106-1.lbn13.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:
Located in
LBN
/
…
/
Core Linux
/
BastionLinux 13
-
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