| Paketname | libdevel-refcount-perl |
| Beschreibung | Perl module to obtain the reference count of a variable |
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
| Version | 0.07-1 |
| Sektion | perl |
| Priorität | optional |
| Installierte Größe | 84 Byte |
| Hängt ab von | perl (>= 5.10.1-9), perlapi-5.10.1, libc6 (>= 2.1.3) |
| Empfohlene Pakete | |
| Paketbetreuer | Debian Perl Group |
| Quelle | |
| Paketgröße | 10550 Byte |
| Prüfsumme MD5 | 9a4982451e35aee0e232ee6871b5c82b |
| Prüfsumme SHA1 | 2780b1235de5044d722d05240bcefbc6276a6272 |
| Prüfsumme SHA256 | ea5948be4cbbba4f94a0c65aec960c09a3af13100ca2c2b2171afb96eb2eb8e8 |
| 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.
|