Crontab question

I am trying to make a crontab run a perl script on the 29th of every month. Would the format below be correct for running it?

0 0 29 * * perl /path/to/script.cgi

 

 

 

 

Top