Would this be a valid crontab entry?
05 00 * * * perl /var/log/myscript.pl argument1
specifically I want to know if this script would be executed as written or do I need a shell script with the command "perl /var.log/myscript.pl argument1" and then have my crontab entry point only to the shell script?
Thanks.
05 00 * * * perl /var/log/myscript.pl argument1
specifically I want to know if this script would be executed as written or do I need a shell script with the command "perl /var.log/myscript.pl argument1" and then have my crontab entry point only to the shell script?
Thanks.