in reply to Perl Script Not Working With Crontab
and update your script (change your locations as needed)MBPro:~ oren$ which echo /bin/echo MBPro:~ oren$ which nohup /usr/bin/nohup
#!/usr/local/bin/perl -w use strict; system("/bin/echo test > /home/monkfan/testcron.txt"); #system("/usr/bin/nohup perl /home/monkfan/later_other_code.pl&");
|
|---|