[ 原始碼: libalgorithm-diff-perl ]
套件:libalgorithm-diff-perl(1.201-1)
libalgorithm-diff-perl 的相關連結
Debian 的資源:
下載原始碼套件 libalgorithm-diff-perl:
- [libalgorithm-diff-perl_1.201-1.dsc]
- [libalgorithm-diff-perl_1.201.orig.tar.gz]
- [libalgorithm-diff-perl_1.201-1.debian.tar.xz]
維護小組:
- Debian Perl Group (QA 頁面, 郵件存檔)
- gregor herrmann (QA 頁面)
- Salvatore Bonaccorso (QA 頁面)
- Xavier Guimard (QA 頁面)
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module to find differences between files
Algorithm::Diff is a Perl module that allows users to analyze text based on a Longest Common Subsequence (LCS) algorithm. It can compare two files and find the differences between them, which can produce the same information as the common Unix tool 'diff'.
There is an XS-optimized implementation of the core loop, which accelerates some types of diff output (see libalgorithm-diff-xs-perl).
其他與 libalgorithm-diff-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language
-
- rec: libalgorithm-diff-xs-perl
- module to find differences between files (XS accelerated)