Paketname | libdevel-size-perl |
Beschreibung | Perl extension for finding the memory usage of Perl variables |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.71-1 |
Sektion | universe/perl |
Priorität | extra |
Installierte Größe | 108 Byte |
Hängt ab von | perl (>= 5.10.0-17ubuntu1), perlapi-5.10.0, libc6 (>= 2.1.3) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 21686 Byte |
Prüfsumme MD5 | 0b0a39cf639a203d506b9ec4e31cd1e2 |
Prüfsumme SHA1 | ff76089cd383ff7a02f17fa5f7ee360a857e08d9 |
Prüfsumme SHA256 | 2172b00e3d0cedcba34a76fc84d16fd86c4bcb360e9eac85a5b08209de1ed1a4 |
Link zum Herunterladen | libdevel-size-perl_0.71-1_i386.deb |
Ausführliche Beschreibung | Devel::Size figures out the real sizes of Perl variables in bytes. Call
functions with a reference to the variable you want the size of. If the
variable is a plain scalar it returns the size of the scalar. If the
variable is a hash or an array, use a reference when calling.
|