软件包: libdata-dump-perl (1.23-1)
libdata-dump-perl 的相关链接
Trisquel 的资源:
下载源码包 libdata-dump-perl:
- [libdata-dump-perl_1.23-1.dsc]
- [libdata-dump-perl_1.23.orig.tar.gz]
- [libdata-dump-perl_1.23-1.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Krzysztof Krzyżaniak (eloy)
- Rene Mayorga
- Ansgar Burchardt
- Jonathan Yu
- Jotam Jr. Trejo
- Salvatore Bonaccorso
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Perl module to help dump data structures
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").
其他与 libdata-dump-perl 有关的软件包
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language