Play with other peoples' lexical variables
PadWalker is a module which allows you to inspect (and even change!)
lexical variables in any subroutine which called you. It will only show
those variables which are in scope at the point of the call.
PadWalker is particularly useful for debugging. It's even used by Perl's
built-in debugger. (It can also be used for evil, of course.)
I wouldn't recommend using PadWalker directly in production code, but it's
your call. Some of the modules that use PadWalker internally are certainly
safe for and useful in production.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
3
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/perl-PadWalker && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
PadWalker-1.98.tar.gz | 0000015845 15.5 KB | |
perl-PadWalker.changes | 0000001707 1.67 KB | |
perl-PadWalker.spec | 0000002694 2.63 KB |
Revision 12 (latest revision is 18)
Stephan Kulow (coolo)
accepted
request 205030
from
Robert Schweikert (rjschwei)
(revision 12)
- Update to latest version 1.98 + Improve peek_sub error handling Thanks to Zefram for the bug report. See https://rt.cpan.org/Ticket/Display.html?id=89679 + Make new test compatible with old versions of perl.
Comments 0