I have a script that copies out another perl script to a remote machine and i want to execute it locally on the remote machine. someone suggested using a cgi wrapper. Being fairly new to perl, does anyone have an examples or resources that i can look to. All i want to do is execute it locally on the remote machine. I do have limitations. No WMI no SSH or SOAP. I can't install anything else on the machines. I have to work with the servers as is. i support about 300+ machines so setting up a service or scheduled job would be more tedious then physically touching the machine to run my script. Any help would be great.
Thanks