perldoc

Look up Perl documentation in .pod format. More information: <https://perldoc.perl.org/perldoc>.

Debian Debian
RUN apt-get update && \ apt-get install -y perl
Ubuntu
RUN apt-get update && \ apt-get install -y perl
Alpine
RUN apk add perl
Arch Arch Linux
RUN pacman -S --noconfirm perl
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y perl
Fedora
RUN dnf install -y perl-Pod-Perldoc
Raspbian
RUN apt-get update && \ apt-get install -y perl
click the source code to copy install perldoc on any operating system with command-not-found.com