Hi all,
I've noticed that under mod_perl any die() (or croak()) calls get rewritten
with a timestamp, a loglevel flag, and escaped newlines before going to the
error log. For example, under CGI if I call die("hello") from a script called
foo.cgi I get:
hello at /home/zappos/zappos.com/ser
I also get this in the logs:
Can't locate object method "size" via package "\b" at
/usr/local/lib/perl5/site_perl/5.8.7/mach/B/Size.pm line 28, line
6.\n
[EMAIL PROTECTED]
01/04/2006 12:18
To
modperl@perl.apache.org
cc
Subject
Apache::Status and B::TerseSize error
When attempting t
When attempting to view mod_perl memory usage via Apache::Status, I
encounter the following error:
Prototype mismatch: sub B::OP::size: none vs () at
/usr/local/lib/perl5/site_perl/5.8.7/mach/B/Size.pm line 24.
at /usr/local/lib/perl5/site_perl/5.8.7/mach/B/Size.pm line 24
require B/Siz
Original Message
From: Enno <[EMAIL PROTECTED]>
To: Perrin Harkins <[EMAIL PROTECTED]>
Cc: Jeff <[EMAIL PROTECTED]>, modperl@perl.apache.org
Subject: Re:Database transaction across multiple web requests
Date: Fri Mar 31 2006 15:38:47
On Fri, 31 Mar 2006, Perrin Harkins wrote: