Perrin Harkins Thu, 23 Mar 2006 12:35:49 -0800
On Thu, 2006-03-23 at 05:00 +0100, Andreas J. Koenig wrote: > Is there a configurable connection between Apache::Log and > CORE::warn() or do I write a global $SIG{__WARN__}?
I think the easiest approach is to use $SIG{__WARN__} for this. - Perrin