| Paketname | libdata-peek-perl | 
| Beschreibung | module providing low-level manipulation of Perl data | 
| Archiv/Repository | Offizielles Debian Archiv squeeze (main) | 
| Version | 0.30-1 | 
| Sektion | perl | 
| Priorität | optional | 
| Installierte Größe | 120 Byte | 
| Hängt ab von | perl (>= 5.10.1-11), perlapi-5.10.1, libc6 (>= 2.4) | 
| Empfohlene Pakete |  | 
| Paketbetreuer | Debian Perl Group | 
| Quelle |  | 
| Paketgröße | 26028 Byte | 
| Prüfsumme MD5 | 1c2118ffbdb7bfd502d3406be10aa445 | 
| Prüfsumme SHA1 | 5b5366ef0c28dff044ddb00f307f617c89f8009e | 
| Prüfsumme SHA256 | fb175e0d7df9151d4ec69bc1f027a39ab03e7600226ac89ee2f0f3db74c587b9 | 
| Link zum Herunterladen | libdata-peek-perl_0.30-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). |