in reply to Re^2: Scheduling a shell script to run every wednesday at 10 AM with perl without cron
in thread Scheduling a shell script to run every wednesday at 10 AM with perl without cron

If you don't have permission to run a cron job then you probably also don't have permission to run effectively the same thing from perl - seeing as how there's no real difference. If your problem is an adminstrative one then you'll need to find an adminstrative solution.

  • Comment on Re^3: Scheduling a shell script to run every wednesday at 10 AM with perl without cron