软件包:libdata-peek-perl(0.50-1)
libdata-peek-perl 的相关链接
Debian 的资源:
下载源码包 libdata-peek-perl:
- [libdata-peek-perl_0.50-1.dsc]
- [libdata-peek-perl_0.50.orig.tar.gz]
- [libdata-peek-perl_0.50-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.17)
- GNU C 语言运行库:共享库
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: perl
- 拉里 沃尔的实用报表提取语言(Perl)
-
- dep: perlapi-5.32.0
- 本虚包由这些包填实: perl-base
-
- sug: perltidy
- Perl script indenter and reformatter