in reply to Perl with Cron on Solaris

Do you want to call your perl program from cron? Or do you want to manipulate CRONTAB entries from perl?

Running a perl program fron cron is just like running any other program from cron. You don't need to do anything special with cron to call a perl program.