DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibdata-alias-perl
Beschreibungcomprehensive set of aliasing operations
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version1.07-1
Sektionperl
Prioritätoptional
Installierte Größe128 Byte
Hängt ab vonperl (>= 5.10.0-19), perlapi-5.10.0, libc6 (>= 2.1.3)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße34810 Byte
Prüfsumme MD54387fa025e8348f7c5d88592ae818a39
Prüfsumme SHA1b916b2d605fdd4311341925245f6de7a403e1dc9
Prüfsumme SHA256b4a558cca9503bddd1cc4e2b17c2771b576c0368830101c5d831dc1ad59ef316
Link zum Herunterladenlibdata-alias-perl_1.07-1_i386.deb
Ausführliche BeschreibungAliasing 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.


Impressum
Linux is a registered trademark of Linus Torvalds