![]() |
|
XP is just a number | |
PerlMonks |
Re: Adding into a users crontabby liverpole (Monsignor) |
on Jan 09, 2007 at 19:17 UTC ( #593771=note: print w/replies, xml ) | Need Help?? |
Hi ninjaspydr,
No, Schedule::Cron is used to create a "cron-like" scheduler. It doesn't make use of the actual cron daemon. If you want to go through the normal cron mechanism, just create create the file you want to add to the crontab, and insert it with crontab <file>. You can get more information about it from the man page for crontab: man crontab. Naturally, you can automate the process quite easily with Perl. s''(q.S:$/9=(T1';s;(..)(..);$..=substr+crypt($1,$2),2,3;eg;print$..$/
In Section
Seekers of Perl Wisdom
|
|