remoterepl
processes or on other hosts
Install
- All systems
-
curl cmd.cat/remoterepl.sh
- Debian
-
apt-get install libobject-remote-perl
- Ubuntu
-
apt-get install libobject-remote-perl
- Kali Linux
-
apt-get install libobject-remote-perl
- Fedora
-
dnf install perl-Object-Remote
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libobject-remote-perl
- Raspbian
-
apt-get install libobject-remote-perl
- Dockerfile
- dockerfile.run/remoterepl
perl-Object-Remote
processes or on other hosts
libobject-remote-perl
module to call methods on objects in other processes or on other hosts
Object::Remote allows a process to create an object in another process - usually one running on another machine connected via ssh, although other connection mechanisms are available.