Paketname | libdata-dump-streamer-perl |
Beschreibung | Perl module for serializing a data structure as Perl code |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.09-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 284 Byte |
Hängt ab von | perl (>= 5.10.0-19ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3), libb-utils-perl, perl-modules |
Empfohlene Pakete | libpadwalker-perl (>= 1.0) |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 76736 Byte |
Prüfsumme MD5 | 89aae1ca64a17d629a85efac40351053 |
Prüfsumme SHA1 | cb969a66b458e1e9b5781bb8484523c0bae20489 |
Prüfsumme SHA256 | 463b680e93364fec6b6d7ddd8d64878a390a643e13711c8769e186dd507129f5 |
Link zum Herunterladen | libdata-dump-streamer-perl_2.09-1_i386.deb |
Ausführliche Beschreibung | Given a list of scalars or reference variables, writes out
their contents in perl syntax. The references can also be
objects. The contents of each variable is output using the least
number of Perl statements as convenient, usually only one.
Self-referential structures, closures, and objects are output
correctly.
.
The return value can be evaled to get back an identical copy of the
original reference structure. In some cases this may require the use
of utility subs that Data::Dump::Streamer will optionally export.
.
This module is very similar in concept to the core module
Data::Dumper, with the major differences being that this module is
designed to output to a stream instead of constructing its output in
memory (trading speed for memory), and that the traversal over the
data structure is effectively breadth first versus the depth first
traversal done by the others.
|