Paketname | libarray-unique-perl |
Beschreibung | Tie-able array that allows only unique values |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 0.08-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 32 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 11192 Byte |
Prüfsumme MD5 | d4b3de7067c973580d7f6fd31e5adb38 |
Prüfsumme SHA1 | 9a0ce4ba71f93265df075268be660a4d5d5ebd4f |
Prüfsumme SHA256 | 3c5edf8ddaac7582b3ea170015059127fbcc09bd934a37319a69a2911250fcf2 |
Link zum Herunterladen | libarray-unique-perl_0.08-1_all.deb |
Ausführliche Beschreibung | 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.
|