On 10/28/99 12:34 PM, Eric Cholet wrote:
> You could use "eval" and "die", Perl's standard exception mechanism.

I thought of that, but I was concerned that my module would suffer
a performance hit.  Granted, it's not a strong eval, but it just
seems ugly.  If that's the only way, I guess I'm stuck, but it seems
to me that there should be some call like Apache->return(OK) or
$r->return(OK) that I can call from any depth within a PerlHander
that would behave as if handler() returned that value.

-John

Reply via email to