Paketname | libdata-dump-perl |
Beschreibung | Perl module to help dump data structures |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.15-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 92 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 22730 Byte |
Prüfsumme MD5 | f4af94b959b22a977c0c8f35c6e73767 |
Prüfsumme SHA1 | c6d2b18424ca731688db90d22649e7b4214736ca |
Prüfsumme SHA256 | 470bf5810ed71d6f79939cf18fabc40d5b41ad36f340c71fa7d6ad4b6ef56f2c |
Link zum Herunterladen | libdata-dump-perl_1.15-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").
|