perlsh
Perl extension for the GNU ReadLine/History Library
Install
- All systems
-
curl cmd.cat/perlsh.sh
- Debian
-
apt-get install libterm-readline-gnu-perl
- Ubuntu
-
apt-get install libterm-readline-gnu-perl
- Arch Linux
-
pacman -S perl-Term-ReadLine-Gnu
- Kali Linux
-
apt-get install libterm-readline-gnu-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libterm-readline-gnu-perl
- Raspbian
-
apt-get install libterm-readline-gnu-perl
- Dockerfile
- dockerfile.run/perlsh
libterm-readline-gnu-perl
Perl extension for the GNU ReadLine/History Library
Term::ReadLine::Gnu is a Perl interface to the GNU ReadLine Library, allowing developers to provide features including input line editing, input history management, word completion and more. Through this module, you have access to almost all variables and functions as documented in the GNU ReadLine/History Library. This means you can write your custom editing function, custom completion function, and so on, with Perl. You may find it useful for prototyping before programming with C.