This must be a very stupid question.
I have a very simple perl script called test.cgi
I call it through the browser and it does what it's supposed to do. Now I want the server to run it say every minute. For my cron tab command I have:
* * * * * /<my path>/test.cgi
Obviously the script is not being run, so my question is: What am I missing?
I have a very simple perl script called test.cgi
I call it through the browser and it does what it's supposed to do. Now I want the server to run it say every minute. For my cron tab command I have:
* * * * * /<my path>/test.cgi
Obviously the script is not being run, so my question is: What am I missing?