if ($r->method eq 'GET') { $c->send_response('Content-Type: text/html'); print $c "Hello World"; }