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


Paketnamelibdevel-refcount-perl
BeschreibungPerl module to obtain the reference count of a variable
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.07-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe88 Byte
Hängt ab vonperl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, libc6 (>= 2.1.3)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße10650 Byte
Prüfsumme MD5fb9b961135b8c164c25250c478a8ecda
Prüfsumme SHA1453b45af01d6b24ef4e356120cba4d996b9c12ac
Prüfsumme SHA256079fd9de08ebd819bb8e06f8fb176869ad574c6af0a30768b842312d51381a3a
Link zum Herunterladenlibdevel-refcount-perl_0.07-1_i386.deb
Ausführliche BeschreibungDevel::Refcount provides a single function which obtains the reference count of the object being pointed to by the passed reference value. . Internally, Perl maintains a count of the number of 'things' referring to each variable, as a means of providing automatic memory management. Every time a reference is made to a scalar value, for example, the reference count is incremented; every time that reference is lost (eg. when a lexical variable goes out of scope) then the reference count is decremented.


Impressum
Linux is a registered trademark of Linus Torvalds