Install a cron from a Perl script

Hello Everyone,

How do I go about if I want to install a cron from a Perl script? Please advice :slight_smile:

by running the crontab program as a child process.

Here's one module that might be useful to you: Config::Crontab
Config::Crontab - Read/Write Vixie compatible crontab(5) files - search.cpan.org