How to Install and Uninstall perl-PadWalker Package on openSUSE Leap

Last updated: July 03,2024

1. Install "perl-PadWalker" package

This is a short guide on how to install perl-PadWalker on openSUSE Leap

$ sudo zypper refresh $ sudo zypper install perl-PadWalker

2. Uninstall "perl-PadWalker" package

This is a short guide on how to uninstall perl-PadWalker on openSUSE Leap:

$ sudo zypper remove perl-PadWalker

3. Information about the perl-PadWalker package on openSUSE Leap

Information for package perl-PadWalker:
---------------------------------------
Repository : Main Repository
Name : perl-PadWalker
Version : 2.5-bp155.2.13
Arch : x86_64
Vendor : openSUSE
Installed Size : 35.8 KiB
Installed : No
Status : not installed
Source package : perl-PadWalker-2.5-bp155.2.13.src
Upstream URL : https://metacpan.org/release/PadWalker
Summary : Play with other peoples' lexical variables
Description :
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.