in reply to Perl script using cron

What have you done so far to learn about cron? It's quite possible to run Perl programs through Cron, so I'm not sure how to help you more.

Usually, you can also configure your crontab entries to set up the recipient of the email directly. cron will then send mail to the configured account using the local mail sending mechanism.