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


Paketnamelibtie-toobject-perl
BeschreibungTie to an existing object
Archiv/RepositoryOffizielles Debian Archiv squeeze (main)
Version0.03-2
Sektionperl
Prioritätoptional
Installierte Größe56 Byte
Hängt ab vonperl (>= 5.6.0-16)
Empfohlene Pakete
PaketbetreuerDebian Perl Group
Quelle
Paketgröße5792 Byte
Prüfsumme MD549282053dfc8e008b6be7fe724ce77af
Prüfsumme SHA118e9626f944a1bd224f531b5d34b52436ffc1a4d
Prüfsumme SHA256b779af64d853b5c80a5b004c610bc903b0742d54971baf593a3d0a29a9ed88c2
Link zum Herunterladenlibtie-toobject-perl_0.03-2_all.deb
Ausführliche BeschreibungWhile perldoc/tie allows tying to an arbitrary object, the class in question must support this in it's implementation of TIEHASH, TIEARRAY or whatever. . Tie::ToObject class provides a very tie constructor that simply returns the object it was given as it's first argument. This way side effects of calling $object->TIEHASH are avoided. . This is used in Data::Visitor in order to tie a variable to an already existing object. This is also useful for cloning, when you want to clone the internal state object instead of going through the tie interface for that variable.


Impressum
Linux is a registered trademark of Linus Torvalds