DEBFIND Suche nach Debian-Paketen

Suchplatform für Softwarepakete und Archive Debian-basierter Linux-Distributionen

beta ! Diese website wird noch weiterentwickelt.

Liste aller Kategorien/Sektionen | Suchmaske | Haftungsausschluß

Paketbeschreibung


Paketnamelibdata-peek-perl
BeschreibungPerl module providing low-level manipulation of Perl data
Archiv/RepositoryOffizielles Ubuntu Archiv lucid (universe)
Version0.29-1
Sektionuniverse/perl
Prioritätoptional
Installierte Größe120 Byte
Hängt ab vonperl (>= 5.10.0-24ubuntu4), perlapi-5.10.0, libc6 (>= 2.4)
Empfohlene Pakete
PaketbetreuerUbuntu Developers
Quelle
Paketgröße25836 Byte
Prüfsumme MD5cbc9507c47228c0431cf5c21bf4d453f
Prüfsumme SHA15493920aa7a7b6765b5a1955376ab2d979200ace
Prüfsumme SHA256008f0eb14e19fe3089d00f5cfee7c9b74dd35147b4ef9b910f4c3271bbab40cb
Link zum Herunterladenlibdata-peek-perl_0.29-1_i386.deb
Ausführliche BeschreibungData::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).


Impressum
Linux is a registered trademark of Linus Torvalds