Wasn't sure exactly where to post this, figured this is as good a place as any.
The problem: I would like to run a perl script once a day, but when it needs to run I won't be at the computer, or logged in or have access to the server.
The setup: perl script sits on a linux box, I'm not admin so I can't run a cronjob or install any modules. The server is on the same local network as a windows machine where I can set up scheduled tasks, as well as telnet the apache server. (Not sure if I can get perl on the windows box, would that help - the original perl script MUST run on the linux)
I was thinking I could schedule a batch-type file to telnet in and execute the script but I haven't been able to get that to work, other than manually typing the commands. Also, I've seen some mentions of a while loop, but wouldn't that put an extra load on the server, and be inaccurate? Don't want to do that if possible- Thanks for any suggestions!
The problem: I would like to run a perl script once a day, but when it needs to run I won't be at the computer, or logged in or have access to the server.
The setup: perl script sits on a linux box, I'm not admin so I can't run a cronjob or install any modules. The server is on the same local network as a windows machine where I can set up scheduled tasks, as well as telnet the apache server. (Not sure if I can get perl on the windows box, would that help - the original perl script MUST run on the linux)
I was thinking I could schedule a batch-type file to telnet in and execute the script but I haven't been able to get that to work, other than manually typing the commands. Also, I've seen some mentions of a while loop, but wouldn't that put an extra load on the server, and be inaccurate? Don't want to do that if possible- Thanks for any suggestions!