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