in reply to Adding into a users crontab

Maybe you could use Config::Crontab

It looks like it would work, but could be some overhead as opposed to the above proposal of simple read and write.

Don
WHITEPAGES.COM | INC
Everything I've learned in life can be summed up in a small perl script!

Replies are listed 'Best First'.
Re^2: Adding into a users crontab
by ninjaspydr (Initiate) on Jan 11, 2007 at 19:43 UTC
    BaldPenguin, Thanks a bunch. That did the trick. Cheers.