Paketname | libdata-structure-util-perl |
Beschreibung | Change nature of data within a structure |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.15-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 136 Byte |
Hängt ab von | libc6 (>= 2.4), perl (>= 5.10.0-9), perlapi-5.10.0 |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 25458 Byte |
Prüfsumme MD5 | eed940ce4fcf1331efb1a39a71fecbac |
Prüfsumme SHA1 | 99ca3acecf4c4bd4783f623616371ea51c4a1195 |
Prüfsumme SHA256 | 4b9eca339eb34656c6dbd291f0c21dafb6cfa1c1a6254df2e268cf3eb1240a5d |
Link zum Herunterladen | libdata-structure-util-perl_0.15-1_i386.deb |
Ausführliche Beschreibung | Data::Structure::Util is a toolbox to manipulate the data inside a
data structure. It can process an entire tree and perform the
operation requested on each appropriate element.
.
For example: It can transform all strings within a data structure to
utf8 or transform any utf8 string back to the default encoding. It
can remove the blessing on any reference. It can collect all the
objects or detect if there is a circular reference.
.
It is written in C for decent speed.
|