debugperl
debug-enabled Perl interpreter
Install
- All systems
-
curl cmd.cat/debugperl.sh
- Debian
-
apt-get install perl-debug
- Ubuntu
-
apt-get install perl-debug
- Kali Linux
-
apt-get install perl-debug
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install perl-debug
- Raspbian
-
apt-get install perl-debug
- Dockerfile
- dockerfile.run/debugperl
perl-debug
debug-enabled Perl interpreter
debugperl provides a debug-enabled version of Perl which can produce extensive information about the interpreter as it compiles and executes a program (see the -D switch in perlrun(1)). Note that this package is primarily of use in debugging *Perl* rather than perl programs, which may be traced/debugged using the standard perl binary using the -d switch (see perldebug(1)). In addition, this package also includes debugging information for the normal Perl interpreter.