Michael Peters wrote:

You don't even need to use a __DIE__ handler. mod_perl will place any runtime errors into $r->notes('error-notes'). I don't like my errors going to the browser (only really works if your content is HTML anyway) but for the email I usually use an Apache cleanup handler. That way it gets sent after the client request has returned, so they don't have to wait on it.


This was news to me, so i went to the docs. According to them, you have to explicitly enable this behavior. see:

http://perl.apache.org/docs/2.0/api/Apache2/Log.html#C_Apache2__Const__LOG_TOCLIENT_

Is that still accurate?

Adam

Reply via email to