in reply to Re: cleanup a cancelled CGI script
in thread cleanup a cancelled CGI script

As an aside, if the only thing you don't like about cron is that it emails you the output from the programs it runs, you can stop that by redirecting a program's output to /dev/null like this:
... your_script >/dev/null 2>&1