I'm trying to make a perl script that will run an .exe on a networked machine from another machine. For instance I want to run a perl script on 10.10.10.1 and have it execute excel.exe on 10.10.10.2. The process will actually be running on 10.10.10.2 not on 10.10.10.1. Is there a way to do this?