pirl
read-eval-print loop in Perl
Install
- All systems
-
curl cmd.cat/pirl.sh
- Debian
-
apt-get install libshell-perl-perl
- Ubuntu
-
apt-get install libshell-perl-perl
- Kali Linux
-
apt-get install libshell-perl-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libshell-perl-perl
- Raspbian
-
apt-get install libshell-perl-perl
- Dockerfile
- dockerfile.run/pirl
libshell-perl-perl
read-eval-print loop in Perl
pirl is the implementation of a command-line interpreter for Perl, written when the author got tired of using irb when needing a calculator with a real language within. Shell::Perl is the heart of the pirl script, both provided in this package.