I am currently attempting to run a perl script from cron:
perl /home2/myuser/public_html/adir/perlscript.pl >/dev/null 2>&1
And it's not running. It's in the crontab and runs fine from cmd line when ssh'd in ie.
perl /home2/myuser/public_html/adir/perlscript.pl
Thoughts?
perl /home2/myuser/public_html/adir/perlscript.pl >/dev/null 2>&1
And it's not running. It's in the crontab and runs fine from cmd line when ssh'd in ie.
perl /home2/myuser/public_html/adir/perlscript.pl
Thoughts?