perl5.26.1
interpreter
Install
- All systems
-
curl cmd.cat/perl5.26.1.sh
- Debian
-
apt-get install perl-debug
- Ubuntu
-
apt-get install perl-debug
- Kali Linux
-
apt-get install perl-debug
- Fedora
-
dnf install perl-interpreter-4
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install perl-debug
- Raspbian
-
apt-get install perl-debug
- Dockerfile
- dockerfile.run/perl5.26.1
perl-interpreter-4
interpreter
perl-base
minimal Perl system
Perl is a scripting language used in many system scripts and utilities. This package provides a Perl interpreter and the small subset of the standard run-time library required to perform basic tasks. For a full Perl installation, install "perl" (and its dependencies, "perl-modules-5.28" and "perl-doc").
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.