in reply to Re: calling a script from another using cron
in thread calling a script from another using cron

Or you could simple make use of the GET utility that comes with LWP, and put
* * * * * /path/to/GET http://www.mysite.com/cgi-bin/cd.pl > /dev/ +null
in the crontab file. No additional program needed.

Abigail