On Fri, Sep 12, 2008 at 3:46 PM, kropotkin <[EMAIL PROTECTED]> wrote:
> Then I want to stop the script executing any further and ideally to write to
> the server error logs. So the last line of my error handling routine is:
> die $error_message.

Make that:

print STDERR $error_message;
return OK();

- Perrin

Reply via email to