reply
lightweight extensible Perl REPL
Install
- All systems
-
curl cmd.cat/reply.sh
- Debian
-
apt-get install libreply-perl
- Ubuntu
-
apt-get install libreply-perl
- Kali Linux
-
apt-get install libreply-perl
- Fedora
-
dnf install libreply-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libreply-perl
- Raspbian
-
apt-get install libreply-perl
- Dockerfile
- dockerfile.run/reply
libreply-perl
lightweight extensible Perl REPL
Reply ("read, eval, print, loop, yay!") is a lightweight, extensible REPL for Perl. It is plugin-based (see Reply::Plugin), and through plugins supports many advanced features such as coloring and pretty printing, readline support, and pluggable commands. NOTE: This is an early release, and implementation details of this module are still very much in flux. Feedback is welcome!