in reply to Re: Parsing and monitoring Crontabs
in thread Parsing and monitoring Crontabs

like toolic said.

there is a read method/ write method in Config::Crontab which allows you to read the contents, and if needed even delete a crontab entry.

Its looks quite formidable at first, but the examples there give a clearer picture.