re.pl

module for building a modern Perl interactive shell

Install

All systems
curl cmd.cat/re.pl.sh
Debian Debian
apt-get install libdevel-repl-perl
Ubuntu
apt-get install libdevel-repl-perl
image/svg+xml Kali Linux
apt-get install libdevel-repl-perl
Fedora
dnf install perl-Devel-REPL
Windows (WSL2)
sudo apt-get update sudo apt-get install libdevel-repl-perl
Raspbian
apt-get install libdevel-repl-perl

libdevel-repl-perl

module for building a modern Perl interactive shell

Devel::REPL is a module for creating Read-Evaluate-Print-Loops (REPL) in Perl. The shell provides for rapid development or testing of code without the need to create a temporary source code file. Through a plugin system, many features are available on demand. You can also tailor the environment through the use of profiles and run control files, for example to pre-load certain Perl modules when working on a particular project.

perl-Devel-REPL

Modern perl interactive shell