perl5i
pragma to fix as much of Perl 5 as possible
Install
- All systems
-
curl cmd.cat/perl5i.sh
- Debian
-
apt-get install libperl5i-perl
- Ubuntu
-
apt-get install libperl5i-perl
- Kali Linux
-
apt-get install libperl5i-perl
- Fedora
-
dnf install libperl5i-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libperl5i-perl
- Raspbian
-
apt-get install libperl5i-perl
- Dockerfile
- dockerfile.run/perl5i
libperl5i-perl
pragma to fix as much of Perl 5 as possible
perl5i is a Perl pragma that swiftly enables the features of a collection of modules and techniques used to fix Perl 5's warts. It includes changing core functions, adding features and changing defaults, so it will likely not be 100% backwards compatible with standard Perl 5 syntax. However, this pragma tries to limit the damage by having a lexical effect.