Paketname | libdata-peek-perl |
Beschreibung | Perl module providing low-level manipulation of Perl data |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.29-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 120 Byte |
Hängt ab von | perl (>= 5.10.0-24ubuntu4), perlapi-5.10.0, libc6 (>= 2.4) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 25836 Byte |
Prüfsumme MD5 | cbc9507c47228c0431cf5c21bf4d453f |
Prüfsumme SHA1 | 5493920aa7a7b6765b5a1955376ab2d979200ace |
Prüfsumme SHA256 | 008f0eb14e19fe3089d00f5cfee7c9b74dd35147b4ef9b910f4c3271bbab40cb |
Link zum Herunterladen | libdata-peek-perl_0.29-1_i386.deb |
Ausführliche Beschreibung | Data::Peek is a module that allows for low-level manipulation of Perl data
structures, particularly for displaying the internal representation of given
Perl variables.
.
In particular, it allows one to look at a scalar value to determine whether it
contains a string (PV), integer (IV or UV) or floating point number (NV); the
reference count of that scalar (REFCOUNT) and other flags (such as whether the
string is UTF-8).
.
This module can also create triple variables, which are similar to the dual
variables provided by Scalar::Util (see libscalar-util-perl).
|