perldoc
Look up Perl documentation in .pod format. More information: <https://perldoc.perl.org/perldoc>.
RUN apt-get update && \
apt-get install -y perl
RUN apt-get update && \
apt-get install -y perl
RUN apk add perl
RUN pacman -S --noconfirm perl
RUN apt-get update && \
apt-get install -y perl
RUN dnf install -y perl-Pod-Perldoc
RUN apt-get update && \
apt-get install -y perl