Howdie,
I've been following the Q&A in this forum and I've seen some great answers. It's always educational reading. Now I find myself with a question and I think this is the perfect forum for it.
My current webpage is on a shared server and my ISP does not allow CRON (scheduled jobs that run automatically) jobs to be run on the server because of previosly experienced problems. Does anyone know a script or method in Perl that can achieve the same thing?
Basically, I have a weather program that you can subscribe to and it will send you an e-mail of the weather in your selected area on a daily basis. The normal way to run the script job is using the UNIX CRON function, but as I stated above my ISP doesn't offer that functionality. I'm looking for a way, using Perl, to create a script that will check the current time and run another script based on a pre-established time selection.
I've seen you guys handle some pretty tough questions, any ideas for me?
Thanks in advance.
Marc
I've been following the Q&A in this forum and I've seen some great answers. It's always educational reading. Now I find myself with a question and I think this is the perfect forum for it.
My current webpage is on a shared server and my ISP does not allow CRON (scheduled jobs that run automatically) jobs to be run on the server because of previosly experienced problems. Does anyone know a script or method in Perl that can achieve the same thing?
Basically, I have a weather program that you can subscribe to and it will send you an e-mail of the weather in your selected area on a daily basis. The normal way to run the script job is using the UNIX CRON function, but as I stated above my ISP doesn't offer that functionality. I'm looking for a way, using Perl, to create a script that will check the current time and run another script based on a pre-established time selection.
I've seen you guys handle some pretty tough questions, any ideas for me?
Thanks in advance.
Marc