local $|=1; my $r = shift; $r->send_http_header('text/plain'); print "[$$] Going to sleep\n"; hanging_sub(); sub hanging_sub { sleep 10000; }