| Paketname | libdata-alias-perl |
| Beschreibung | comprehensive set of aliasing operations |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 1.07-1 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 132 Byte |
| Hängt ab von | perl (>= 5.10.0-19ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu MOTU Developers |
| Quelle | |
| Paketgröße | 36172 Byte |
| Prüfsumme MD5 | 5101362fe778ec04e092e9ef18ef1705 |
| Prüfsumme SHA1 | aca7944133619e966a8014715b9249647e9966d8 |
| Prüfsumme SHA256 | 21eaa55d512b7a78dd7b43ac92490345621f2b922304b5f438c0dfbc46260b40 |
| Link zum Herunterladen | libdata-alias-perl_1.07-1_i386.deb |
| Ausführliche Beschreibung | Aliasing is the phenomenon where two different expressions actually
refer to the same thing. Modifying one will modify the other, and if
you take a reference to both, the two values are the same.
.
Data::Alias is a module that allows you to apply "aliasing semantics"
to a section of code, causing aliases to be made whereever Perl would
normally make copies instead. You can use this to improve efficiency
and readability, when compared to using references.
|