套件:libdata-compare-perl(1.29-1)
libdata-compare-perl 的相關連結
Debian 的資源:
下載原始碼套件 libdata-compare-perl:
- [libdata-compare-perl_1.29-1.dsc]
- [libdata-compare-perl_1.29.orig.tar.gz]
- [libdata-compare-perl_1.29-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
perl module to compare perl data structures recursively
The Data::Compare module compares two perl data structures recursively, it natively handles several built-in data types - scalars, references to scalars, references to arrays, references to hashes, references to subroutines, compiled regular expressions, and globs. For objects, it tries to Do The Right Thing and compares the underlying data type.
However, this is not always what you want. This is especially true if you have complex objects which overload stringification and/or numification. So you can extend this module with your own plugins for special data structures, by using Data::Compare::Plugins (this is not an extra package, it is included here).
其他與 libdata-compare-perl 有關的套件
|
|
|
|
-
- dep: libclone-perl (>= 0.43)
- module for recursively copying Perl datatypes
-
- dep: libfile-find-rule-perl
- module to search for files based on rules
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- sug: libscalar-properties-perl
- perl module to add run-time properties on scalar variables