I have a very simple task. I have a crontab that will run a script every hour. The script is for simple URL handling.
This is what I have. This does not work. I get a syntax error.
I have not worked in Perl for many years and was not very skilled when I did it.
Decision
Thanks Alex for pointing the right way!
crontab
*/30 * * * * curl http://domain.com/path.html
perl curl cron crontab
Duffy dolan
source share