my $r = shift; $r->send_http_header('text/plain'); print "PID = $$\n"; $r->rflush; while (1) { sleep 1; }