Hi, Daniel. This error can happen even under regular Perl in some circumstances
when a package redefines a core function ((like what importing Time::HiRes does
here with time).
I would change "use Time::HiRes qw(time);" to "use Time::HiRes ();" and then
change "time()" on line 13 to "Time::HiRe
Greetings,
I'm investigating short term solutions for site performance (long term
is a full rewrite of the app) and I'm working for the first time with
ModPerl::PerlRun (and ModPerl::PerlRunPrefork, both seem to exhibit the
same behavior) and feel like I'm missing something obvious.
I have t