Paketname | libdata-alias-perl |
Beschreibung | comprehensive set of aliasing operations |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.07-1 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 128 Byte |
Hängt ab von | perl (>= 5.10.0-19), perlapi-5.10.0, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 34810 Byte |
Prüfsumme MD5 | 4387fa025e8348f7c5d88592ae818a39 |
Prüfsumme SHA1 | b916b2d605fdd4311341925245f6de7a403e1dc9 |
Prüfsumme SHA256 | b4a558cca9503bddd1cc4e2b17c2771b576c0368830101c5d831dc1ad59ef316 |
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.
|