lwp-request
Simple command-line HTTP client. Built with libwww-perl. More information: <https://metacpan.org/pod/lwp-request>.
RUN apt-get update && \
apt-get install -y libwww-perl
RUN apt-get update && \
apt-get install -y libwww-perl
RUN apk add perl-libwww
RUN pacman -S --noconfirm perl-libwww
RUN apt-get update && \
apt-get install -y libwww-perl
RUN yum install -y perl-libwww-perl
RUN dnf install -y perl-libwww-perl
RUN apt-get update && \
apt-get install -y libwww-perl