in reply to Perl script using cron

Firstly I want to know whether it is possible to schedule the running of a perl script using cron or not.
Cron doesn't care at all in which language your program is written.
If it is possible kindly help me out.
Actually, how to use cron isn't a Perl question. Have you read the cron and crontab manual pages?