套件: libdata-dmp-perl (0.241-1)
libdata-dmp-perl 的相關超連結
Trisquel 的資源:
下載原始碼套件 libdata-dmp-perl:
- [libdata-dmp-perl_0.241-1.dsc]
- [libdata-dmp-perl_0.241.orig.tar.gz]
- [libdata-dmp-perl_0.241-1.debian.tar.xz]
維護者:
Original Maintainers:
- Debian Perl Group (郵件存檔)
- Lucas Kanashiro
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Perl module that dumps Perl data structures as Perl code
Data::Dmp is a Perl dumper like Data::Dumper. It's compact (only about 150 lines of code long), starts fast and does not use other module except Regexp::Stringify when dumping regexes. It produces compact output (similar to Data::Dumper::Concise). It roughly has the same speed as Data::Dumper (usually a bit faster for smaller structures), but does not offer the various formatting options. It supports dumping objects, regexes, circular structures, coderefs. Its code is based on Data::Dump.
其他與 libdata-dmp-perl 有關的套件
|
|
|
-
- dep: libregexp-stringify-perl
- Perl module to stringify a Regexp object
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language