软件包: libpadwalker-perl (2.3-1build2)
libpadwalker-perl 的相关链接
Trisquel 的资源:
下载源码包 libpadwalker-perl:
- [libpadwalker-perl_2.3-1build2.dsc]
- [libpadwalker-perl_2.3.orig.tar.gz]
- [libpadwalker-perl_2.3-1build2.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Perl Group (Mail Archive)
- Salvatore Bonaccorso
- gregor herrmann
外部的资源:
- 主页 [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.4)
- GNU C Library: Shared libraries
同时作为一个虚包由这些包填实: libc6-udeb
-
- dep: perl (>= 5.30.0-7)
- Larry Wall's Practical Extraction and Report Language
-
- dep: perlapi-5.30.0
- 本虚包由这些包填实: perl-base