#/usr/bin/perl # program2.cgi does something incredibly long but has no output to STDOUT, so we would like this sucker to run independently of program1.cgi. sleep 200; exit 1;