in reply to HTTP::Daemon send_response Problem

I actually think you will probably want something more like this:

if ($r->method eq 'GET') { $c->send_response('Content-Type: text/html'); print $c "<html><head></head><body>Hello World</body></html>"; }
I would have expected a more details from the HTTP::Daemon docs, but perhaps they expect you to look at the examples.

l8rZ,
--
andrew