套件:libdata-peek-perl(0.52-1 以及其他的)
libdata-peek-perl 的相關連結
Debian 的資源:
下載原始碼套件 libdata-peek-perl:
- [libdata-peek-perl_0.52-1.dsc]
- [libdata-peek-perl_0.52.orig.tar.gz]
- [libdata-peek-perl_0.52-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [metacpan.org]
相似套件:
module providing low-level manipulation of Perl data
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 - they have two or three values, and the value which is returned depends on the context in which it is used.
其他與 libdata-peek-perl 有關的套件
|
|
|
|
-
- dep: libc6 (>= 2.4)
- GNU C 函式庫:共用函式庫
同時作為一個虛擬套件由這些套件填實: libc6-udeb
-
- dep: perl (>= 5.40.0-6)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.40.0
- 本虛擬套件由這些套件填實: perl-base
-
- sug: perltidy
- Perl script indenter and reformatter