| Paketname | libdevel-refcount-perl |
| Beschreibung | Perl module to obtain the reference count of a variable |
| Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
| Version | 0.07-1 |
| Sektion | universe/perl |
| Priorität | optional |
| Installierte Größe | 88 Byte |
| Hängt ab von | perl (>= 5.10.1-8ubuntu1), perlapi-5.10.1, libc6 (>= 2.1.3) |
| Empfohlene Pakete | |
| Paketbetreuer | Ubuntu Developers |
| Quelle | |
| Paketgröße | 10650 Byte |
| Prüfsumme MD5 | fb9b961135b8c164c25250c478a8ecda |
| Prüfsumme SHA1 | 453b45af01d6b24ef4e356120cba4d996b9c12ac |
| Prüfsumme SHA256 | 079fd9de08ebd819bb8e06f8fb176869ad574c6af0a30768b842312d51381a3a |
| Link zum Herunterladen | libdevel-refcount-perl_0.07-1_i386.deb |
| Ausführliche Beschreibung | Devel::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.
|