http://www.perlmonks.org?node_id=771053


in reply to Usage message, and App::Cronjob

Hi, I wrote App::Cronjob. I am happy to help anyone who asks, just drop me an email or RT ticket. I only saw this report because a friend pointed me this way.

In general, App::Cronjob is not meant to be used directly. That's why it's not documented for such use -- it needs to be refactored, etc.

Instead, you are meant to use the installed "cronjob" command. We use this command *extensively* at work. Example use:

0 * * * * /opt/pobox/bin/cronjob -E -c "/usr/sbin/logadm"

I do not general frequent the monastery, so please consider following up via email or RT ticket.

rjbs