パッケージ: 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 作の実用的な抽出とレポート用の言語
-
- dep: perlapi-5.40.0
- 以下のパッケージによって提供される仮想パッケージです: perl-base
-
- sug: perltidy
- インデント付けおよび再整形用の Perl スクリプト