make_method
Perl implementation of the XML-RPC protocol
Install
- All systems
-
curl cmd.cat/make_method.sh
- Debian
-
apt-get install librpc-xml-perl
- Ubuntu
-
apt-get install librpc-xml-perl
- Kali Linux
-
apt-get install librpc-xml-perl
- Fedora
-
dnf install perl-RPC-XML
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install librpc-xml-perl
- Raspbian
-
apt-get install librpc-xml-perl
- Dockerfile
- dockerfile.run/make_method
librpc-xml-perl
Perl implementation of the XML-RPC protocol
RPC::XML is a Perl module that implements the XML-RPC protocol. It provides classes for sample client and server implementations, a server designed as an Apache location-handler, and a suite of data-manipulation classes that are used by them.