lwp-mirror
simple and consistent interface to the world-wide web
Install
- All systems
-
curl cmd.cat/lwp-mirror.sh
- Debian
-
apt-get install libwww-perl
- Ubuntu
-
apt-get install libwww-perl
- Alpine
-
apk add perl-libwww
- Arch Linux
-
pacman -S perl-libwww
- Kali Linux
-
apt-get install libwww-perl
- CentOS
-
yum install perl-libwww-perl
- Fedora
-
dnf install perl-libwww-perl
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libwww-perl
- Raspbian
-
apt-get install libwww-perl
- Dockerfile
- dockerfile.run/lwp-mirror
- Docker
-
docker run cmd.cat/lwp-mirror lwp-mirror
powered by Commando
libwww-perl
simple and consistent interface to the world-wide web
libwww-perl (also known as LWP) is a collection of Perl modules that provide a simple and consistent programming interface (API) to the World-Wide Web. The main focus of the library is to provide classes and functions that allow you to write WWW clients. It also contains general purpose modules, as well as a simple HTTP/1.1-compatible server implementation.