I have many linux machine s connected in a network. Now I want ot create a perl script thich will ping all the machines in a network and if the remote machine is alive then it will invoke(run) another perl script residing on that alive remote linux machine.
In what different ways i can write a perl script to achieve these? and how?