How do I get VBA code in an Excel file to system call a Perl program that is held on a network drive? The catch is, I want the Perl program to run on a machine that is different to the machine that is sending the request. This other machine is similarly connected to the network drive.
Also, we use temporary IP addresses. How do I get a Perl program to find the IP address of a particular machine? I want my Perl program to be held on a network drive, which is an additional problem.