Paketname | libdata-dump-perl |
Beschreibung | Perl module to help dump data structures |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.17-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 116 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 29450 Byte |
Prüfsumme MD5 | 978cfc449e8c4153c28d0ccb4cbcb60d |
Prüfsumme SHA1 | 5c4ff84813782abd88125d9305003c8e9437670b |
Prüfsumme SHA256 | 49ffa123498ace8cad3f49a6886fbc5b70ee0234bb75c1f16e79b32ba52ecfd7 |
Link zum Herunterladen | libdata-dump-perl_1.17-1_all.deb |
Ausführliche Beschreibung | Data::Dump 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.
.
If called in void context, the dump is printed on standard error instead of
being returned. If you don't like importing a function that overrides Perl's
not-so-useful builtin, then you can also import the same function as "pp"
(the mnemonic for "pretty-print").
|