check_perldiag
module for parsing error messages from the Perl interpreter
Install
- All systems
-
curl cmd.cat/check_perldiag.sh
- Debian
-
apt-get install libparse-errorstring-perl-perl
- Ubuntu
-
apt-get install libparse-errorstring-perl-perl
- Kali Linux
-
apt-get install libparse-errorstring-perl-perl
- Fedora
-
dnf install perl-Parse-ErrorString-Perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libparse-errorstring-perl-perl
- Raspbian
-
apt-get install libparse-errorstring-perl-perl
- Dockerfile
- dockerfile.run/check_perldiag
libparse-errorstring-perl-perl
module for parsing error messages from the Perl interpreter
Parse::ErrorString::Perl is aimed primarily at those developing integrated development environments, allowing them to have a nice object oriented interface to parsed error messages of the Perl interpreter.