Philip Mak wrote:
>
> Does anyone know what this message in my error log means?
>
> [Sun Jan 6 08:48:38 2002] [notice] Accept mutex: sysvsem (Default: sysvsem)
> Prototype mismatch: sub
>Apache::ASP::Compiles::_home_shoujoai_global_global_asax3923adc3e76bb3f58ab02b2d54297b4d::time2str
> (;$) vs ($;$$) at /usr/lib/perl5/5.6.1/Exporter.pm line 57.
> at /home/shoujoai/global/global.asa line 5
>
> Line 5 in global.asa says "use Date::Format;". There aren't any errors that
> actually occur, but that error message shows up in the error_log every so
> often.
>
I don't know exactly the problem here. I might see if its something
that only occurs under $^W = 1, and might turn that off site wide with
PerlWarn Off
But I would be sure to enable "use strict;" cross site too like:
PerlSetVar UseStrict 1
the latter which is Apache::ASP specific.
The notes for this error from "perldoc perldiag" are as follows:
Prototype mismatch: %s vs %s
(S) The subroutine being declared or defined had
previously been declared or defined with a different
function prototype.
But I am not sure if that leads to any clear fix ... perhaps
Exporter was not being used correctly by the module in question?
--Josh
_________________________________________________________________
Joshua Chamas Chamas Enterprises Inc.
NodeWorks Founder Huntington Beach, CA USA
http://www.nodeworks.com 1-714-625-4051
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]