[ 原始碼: libarray-unique-perl ]
套件:libarray-unique-perl(0.08-2)
libarray-unique-perl 的相關連結
Debian 的資源:
下載原始碼套件 libarray-unique-perl:
- [libarray-unique-perl_0.08-2.dsc]
- [libarray-unique-perl_0.08.orig.tar.gz]
- [libarray-unique-perl_0.08-2.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
Tie-able array that allows only unique values
Array::Unique lets you create an array which will allow only one occurrence of any value. In other words, no matter how many times you put in 42, it will keep only the first occurrence and the rest will be dropped.
Uniqueness is checked with the 'eq' operator so among other things it is case sensitive. As a side effect, the module does not allow undef as a value in the array.
其他與 libarray-unique-perl 有關的套件
|
|
|
|
-
- dep: perl
- Larry Wall's Practical Extraction and Report Language