パッケージ: libpadwalker-perl (2.5-1 など)
libpadwalker-perl に関するリンク
Debian の資源:
libpadwalker-perl ソースパッケージをダウンロード:
- [libpadwalker-perl_2.5-1.dsc]
- [libpadwalker-perl_2.5.orig.tar.gz]
- [libpadwalker-perl_2.5-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
module to inspect and manipulate lexical variables
PadWalker is a module that allows you to inspect and even modify lexical variables in the current "lexical pad stack." Perl tracks which variables are accessible and visible in each lexical scope by keeping a separate set of variables for each scope. This module looks for a given variable by traversing that stack, which allows it to alter anything in the stack, even variables not normally accessible in the current scope.
In practise, this module is useful for checking anything defined in the full stack of subroutines that called your function, making it extremely useful for debugging. It is, however, not recommended for use in production code.
その他の libpadwalker-perl 関連パッケージ
|
|
|
|
-
- dep: libc6 (>= 2.17)
- GNU C ライブラリ: 共有ライブラリ
以下のパッケージによって提供される仮想パッケージでもあります: libc6-udeb
-
- dep: perl (>= 5.32.0-4)
- Larry Wall 作の実用的な抽出とレポート用の言語
-
- dep: perlapi-5.32.0
- 以下のパッケージによって提供される仮想パッケージです: perl-base